Interface CommentEntity
-
- All Known Implementing Classes:
PlatformCommentEntityImpl
public interface CommentEntity extends Comment, Entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetContent(String content)voidsetCreationTime(Date creationTime)voidsetScopeId(String scopeId)voidsetScopeType(String scopeType)voidsetUpdateTime(Date updateTime)voidsetUserId(String userId)-
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 Detail
-
setContent
void setContent(String content)
-
setUserId
void setUserId(String userId)
-
setScopeId
void setScopeId(String scopeId)
-
setScopeType
void setScopeType(String scopeType)
-
setUpdateTime
void setUpdateTime(Date updateTime)
-
setCreationTime
void setCreationTime(Date creationTime)
-
-