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 TypeMethodDescriptionvoidsetContent(String content) voidsetCreationTime(Date creationTime) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetUpdateTime(Date updateTime) voidMethods inherited from interface com.flowable.platform.api.comment.Comment
getContent, getCreationTime, getId, getScopeId, getScopeType, getUpdateTime, getUserIdMethods 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
-