public class LCSClusterEntryToken
extends java.lang.Object
| Constructor and Description |
|---|
LCSClusterEntryToken() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
int |
getContentStructureVersion() |
java.util.Date |
getCreateDate() |
long |
getLcsClusterEntryId() |
long |
getLcsClusterEntryTokenId() |
long |
getUserId() |
void |
setContent(java.lang.String content) |
void |
setContentStructureVersion(int contentStructureVersion) |
void |
setCreateDate(java.util.Date createDate) |
void |
setLcsClusterEntryId(long lcsClusterEntryId) |
void |
setLcsClusterEntryTokenId(long lcsClusterEntryTokenId) |
void |
setUserId(long userId) |
public java.lang.String getContent()
public int getContentStructureVersion()
public java.util.Date getCreateDate()
public long getLcsClusterEntryId()
public long getLcsClusterEntryTokenId()
public long getUserId()
public void setContent(java.lang.String content)
public void setContentStructureVersion(int contentStructureVersion)
public void setCreateDate(java.util.Date createDate)
public void setLcsClusterEntryId(long lcsClusterEntryId)
public void setLcsClusterEntryTokenId(long lcsClusterEntryTokenId)
public void setUserId(long userId)