public class PlatformCommentEntityImpl extends AbstractEntity implements CommentEntity
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected Date |
creationTime |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
updateTime |
protected String |
userId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Constructor and Description |
---|
PlatformCommentEntityImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Date |
getCreationTime() |
String |
getIdPrefix() |
Object |
getPersistentState() |
String |
getScopeId() |
String |
getScopeType() |
Date |
getUpdateTime() |
String |
getUserId() |
void |
setContent(String content) |
void |
setCreationTime(Date creationTime) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setUpdateTime(Date updateTime) |
void |
setUserId(String userId) |
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
protected String content
protected Date creationTime
protected Date updateTime
protected String userId
protected String scopeId
protected String scopeType
public String getIdPrefix()
getIdPrefix
in interface Entity
public String getContent()
getContent
in interface Comment
public void setContent(String content)
setContent
in interface CommentEntity
public Date getCreationTime()
getCreationTime
in interface Comment
public void setCreationTime(Date creationTime)
setCreationTime
in interface CommentEntity
public Date getUpdateTime()
getUpdateTime
in interface Comment
public void setUpdateTime(Date updateTime)
setUpdateTime
in interface CommentEntity
public void setUserId(String userId)
setUserId
in interface CommentEntity
public String getScopeId()
getScopeId
in interface Comment
public void setScopeId(String scopeId)
setScopeId
in interface CommentEntity
public String getScopeType()
getScopeType
in interface Comment
public void setScopeType(String scopeType)
setScopeType
in interface CommentEntity
public Object getPersistentState()
getPersistentState
in interface Entity