Class PlatformCommentEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.PlatformCommentEntityImpl
All Implemented Interfaces:
Comment, CommentEntity, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class PlatformCommentEntityImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEntity implements CommentEntity
  • Field Details

    • content

      protected String content
    • creationTime

      protected Date creationTime
    • updateTime

      protected Date updateTime
    • userId

      protected String userId
    • scopeId

      protected String scopeId
    • scopeType

      protected String scopeType
  • Constructor Details

    • PlatformCommentEntityImpl

      public PlatformCommentEntityImpl()
  • Method Details