|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOLog
@Entity public class CmsDAOLog
This data access object represents a log entry inside the table "cms_log".
| Nested Class Summary | |
|---|---|
static class |
CmsDAOLog.CmsDAOLogPK
This class implements the primary key for a log entry in the table "cms_log". |
| Constructor Summary | |
|---|---|
CmsDAOLog()
The default constructor. |
|
CmsDAOLog(long logDate,
int logType,
java.lang.String userId)
A public constructor for generating a new log object with an unique id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLogData()
Returns the logData. |
long |
getLogDate()
Returns the logDate. |
int |
getLogType()
Returns the logType. |
java.lang.String |
getStructureId()
Returns the structureId. |
java.lang.String |
getUserId()
Returns the userId. |
void |
setLogData(java.lang.String logData)
Sets the logData. |
void |
setLogDate(long logDate)
Sets the logDate. |
void |
setLogType(int logType)
Sets the logType. |
void |
setStructureId(java.lang.String structureId)
Sets the structureId. |
void |
setUserId(java.lang.String userId)
Sets the userId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOLog()
public CmsDAOLog(long logDate,
int logType,
java.lang.String userId)
logDate - the log datelogType - the log typeuserId - the user id| Method Detail |
|---|
public java.lang.String getLogData()
public long getLogDate()
public int getLogType()
public java.lang.String getStructureId()
public java.lang.String getUserId()
public void setLogData(java.lang.String logData)
logData - the logData to setpublic void setLogDate(long logDate)
logDate - the logDate to setpublic void setLogType(int logType)
logType - the logType to setpublic void setStructureId(java.lang.String structureId)
structureId - the structureId to setpublic void setUserId(java.lang.String userId)
userId - the userId to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||