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,HasRevision,Entity
public class PlatformCommentEntityImpl extends AbstractEntity implements CommentEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcontentprotected DatecreationTimeprotected StringscopeIdprotected StringscopeTypeprotected DateupdateTimeprotected StringuserId-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description PlatformCommentEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()DategetCreationTime()StringgetIdPrefix()ObjectgetPersistentState()StringgetScopeId()StringgetScopeType()DategetUpdateTime()StringgetUserId()voidsetContent(String content)voidsetCreationTime(Date creationTime)voidsetScopeId(String scopeId)voidsetScopeType(String scopeType)voidsetUpdateTime(Date updateTime)voidsetUserId(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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-
-
-
Method Detail
-
getIdPrefix
public String getIdPrefix()
- Specified by:
getIdPrefixin interfaceEntity
-
getContent
public String getContent()
- Specified by:
getContentin interfaceComment
-
setContent
public void setContent(String content)
- Specified by:
setContentin interfaceCommentEntity
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTimein interfaceComment
-
setCreationTime
public void setCreationTime(Date creationTime)
- Specified by:
setCreationTimein interfaceCommentEntity
-
getUpdateTime
public Date getUpdateTime()
- Specified by:
getUpdateTimein interfaceComment
-
setUpdateTime
public void setUpdateTime(Date updateTime)
- Specified by:
setUpdateTimein interfaceCommentEntity
-
setUserId
public void setUserId(String userId)
- Specified by:
setUserIdin interfaceCommentEntity
-
getScopeId
public String getScopeId()
- Specified by:
getScopeIdin interfaceComment
-
setScopeId
public void setScopeId(String scopeId)
- Specified by:
setScopeIdin interfaceCommentEntity
-
getScopeType
public String getScopeType()
- Specified by:
getScopeTypein interfaceComment
-
setScopeType
public void setScopeType(String scopeType)
- Specified by:
setScopeTypein interfaceCommentEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
-