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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Stringprotected Stringprotected Dateprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContent(String content) voidsetCreationTime(Date creationTime) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetUpdateTime(Date updateTime) voidMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
-
creationTime
-
updateTime
-
userId
-
scopeId
-
scopeType
-
-
Constructor Details
-
PlatformCommentEntityImpl
public PlatformCommentEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefixin interfaceEntity
-
getContent
- Specified by:
getContentin interfaceComment
-
setContent
- Specified by:
setContentin interfaceCommentEntity
-
getCreationTime
- Specified by:
getCreationTimein interfaceComment
-
setCreationTime
- Specified by:
setCreationTimein interfaceCommentEntity
-
getUpdateTime
- Specified by:
getUpdateTimein interfaceComment
-
setUpdateTime
- Specified by:
setUpdateTimein interfaceCommentEntity
-
getUserId
-
setUserId
- Specified by:
setUserIdin interfaceCommentEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceComment
-
setScopeId
- Specified by:
setScopeIdin interfaceCommentEntity
-
getScopeType
- Specified by:
getScopeTypein interfaceComment
-
setScopeType
- Specified by:
setScopeTypein interfaceCommentEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-