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
Modifier and TypeFieldDescriptionprotected String
protected Date
protected String
protected String
protected Date
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContent
(String content) void
setCreationTime
(Date creationTime) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setUpdateTime
(Date updateTime) void
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
-
Field Details
-
-
creationTime
-
updateTime
-
userId
-
scopeId
-
scopeType
-
-
Constructor Details
-
PlatformCommentEntityImpl
public PlatformCommentEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
getContent
- Specified by:
getContent
in interfaceComment
-
setContent
- Specified by:
setContent
in interfaceCommentEntity
-
getCreationTime
- Specified by:
getCreationTime
in interfaceComment
-
setCreationTime
- Specified by:
setCreationTime
in interfaceCommentEntity
-
getUpdateTime
- Specified by:
getUpdateTime
in interfaceComment
-
setUpdateTime
- Specified by:
setUpdateTime
in interfaceCommentEntity
-
getUserId
-
setUserId
- Specified by:
setUserId
in interfaceCommentEntity
-
getScopeId
- Specified by:
getScopeId
in interfaceComment
-
setScopeId
- Specified by:
setScopeId
in interfaceCommentEntity
-
getScopeType
- Specified by:
getScopeType
in interfaceComment
-
setScopeType
- Specified by:
setScopeType
in interfaceCommentEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-