@Entity
public class CmsDAOLog
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CmsDAOLog.CmsDAOLogPK
This class implements the primary key for a log entry in the table "cms_log".
|
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public CmsDAOLog()
public CmsDAOLog(long logDate,
int logType,
java.lang.String userId)
logDate - the log datelogType - the log typeuserId - the user idpublic 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