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 Details

    • 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)