- 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
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
-
void setContent(java.lang.String content)
-
void setUserId(java.lang.String userId)
-
void setScopeId(java.lang.String scopeId)
-
void setScopeType(java.lang.String scopeType)
-
void setUpdateTime(java.util.Date updateTime)
-
void setCreationTime(java.util.Date creationTime)