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.Stringcontentprotected java.util.DatecreationTimeprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.util.DateupdateTimeprotected java.lang.StringuserId -
Constructor Summary
Constructors Constructor Description PlatformCommentEntityImpl() -
Method Summary
Modifier and Type Method Description java.lang.StringgetContent()java.util.DategetCreationTime()java.lang.StringgetIdPrefix()java.lang.ObjectgetPersistentState()java.lang.StringgetScopeId()java.lang.StringgetScopeType()java.util.DategetUpdateTime()java.lang.StringgetUserId()voidsetContent(java.lang.String content)voidsetCreationTime(java.util.Date creationTime)voidsetScopeId(java.lang.String scopeId)voidsetScopeType(java.lang.String scopeType)voidsetUpdateTime(java.util.Date updateTime)voidsetUserId(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:
getIdPrefixin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getContent
public java.lang.String getContent()- Specified by:
getContentin interfaceComment
-
setContent
public void setContent(java.lang.String content)- Specified by:
setContentin interfaceCommentEntity
-
getCreationTime
public java.util.Date getCreationTime()- Specified by:
getCreationTimein interfaceComment
-
setCreationTime
public void setCreationTime(java.util.Date creationTime)- Specified by:
setCreationTimein interfaceCommentEntity
-
getUpdateTime
public java.util.Date getUpdateTime()- Specified by:
getUpdateTimein interfaceComment
-
setUpdateTime
public void setUpdateTime(java.util.Date updateTime)- Specified by:
setUpdateTimein interfaceCommentEntity
-
getUserId
public java.lang.String getUserId() -
setUserId
public void setUserId(java.lang.String userId)- Specified by:
setUserIdin interfaceCommentEntity
-
getScopeId
public java.lang.String getScopeId()- Specified by:
getScopeIdin interfaceComment
-
setScopeId
public void setScopeId(java.lang.String scopeId)- Specified by:
setScopeIdin interfaceCommentEntity
-
getScopeType
public java.lang.String getScopeType()- Specified by:
getScopeTypein interfaceComment
-
setScopeType
public void setScopeType(java.lang.String scopeType)- Specified by:
setScopeTypein interfaceCommentEntity
-
getPersistentState
public java.lang.Object getPersistentState()- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-