Interface CommentEntity
- All Superinterfaces:
Comment
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
PlatformCommentEntityImpl
public interface CommentEntity
extends Comment, org.flowable.common.engine.impl.persistence.entity.Entity
-
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 interface com.flowable.platform.api.comment.Comment
getContent, getCreationTime, getId, getScopeId, getScopeType, getUpdateTime, getUserId
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setContent
-
setUserId
-
setScopeId
-
setScopeType
-
setUpdateTime
-
setCreationTime
-