Class PlatformCommentEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.PlatformCommentEntityImpl
- All Implemented Interfaces:
Comment
,CommentEntity
,org.flowable.common.engine.impl.db.HasRevision
,org.flowable.common.engine.impl.persistence.entity.Entity
public class PlatformCommentEntityImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEntity implements CommentEntity
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
content
protected java.util.Date
creationTime
protected java.lang.String
scopeId
protected java.lang.String
scopeType
protected java.util.Date
updateTime
protected java.lang.String
userId
-
Constructor Summary
Constructors Constructor Description PlatformCommentEntityImpl()
-
Method Summary
Modifier and Type Method Description java.lang.String
getContent()
java.util.Date
getCreationTime()
java.lang.String
getIdPrefix()
java.lang.Object
getPersistentState()
java.lang.String
getScopeId()
java.lang.String
getScopeType()
java.util.Date
getUpdateTime()
java.lang.String
getUserId()
void
setContent(java.lang.String content)
void
setCreationTime(java.util.Date creationTime)
void
setScopeId(java.lang.String scopeId)
void
setScopeType(java.lang.String scopeType)
void
setUpdateTime(java.util.Date updateTime)
void
setUserId(java.lang.String userId)
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
-
Field Details
-
content
protected java.lang.String content -
creationTime
protected java.util.Date creationTime -
updateTime
protected java.util.Date updateTime -
userId
protected java.lang.String userId -
scopeId
protected java.lang.String scopeId -
scopeType
protected java.lang.String scopeType
-
-
Constructor Details
-
PlatformCommentEntityImpl
public PlatformCommentEntityImpl()
-
-
Method Details
-
getIdPrefix
public java.lang.String getIdPrefix()- Specified by:
getIdPrefix
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getContent
public java.lang.String getContent()- Specified by:
getContent
in interfaceComment
-
setContent
public void setContent(java.lang.String content)- Specified by:
setContent
in interfaceCommentEntity
-
getCreationTime
public java.util.Date getCreationTime()- Specified by:
getCreationTime
in interfaceComment
-
setCreationTime
public void setCreationTime(java.util.Date creationTime)- Specified by:
setCreationTime
in interfaceCommentEntity
-
getUpdateTime
public java.util.Date getUpdateTime()- Specified by:
getUpdateTime
in interfaceComment
-
setUpdateTime
public void setUpdateTime(java.util.Date updateTime)- Specified by:
setUpdateTime
in interfaceCommentEntity
-
getUserId
public java.lang.String getUserId() -
setUserId
public void setUserId(java.lang.String userId)- Specified by:
setUserId
in interfaceCommentEntity
-
getScopeId
public java.lang.String getScopeId()- Specified by:
getScopeId
in interfaceComment
-
setScopeId
public void setScopeId(java.lang.String scopeId)- Specified by:
setScopeId
in interfaceCommentEntity
-
getScopeType
public java.lang.String getScopeType()- Specified by:
getScopeType
in interfaceComment
-
setScopeType
public void setScopeType(java.lang.String scopeType)- Specified by:
setScopeType
in interfaceCommentEntity
-
getPersistentState
public java.lang.Object getPersistentState()- Specified by:
getPersistentState
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-