Class 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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String content  
      protected java.util.Date creationTime  
      protected java.lang.String scopeId  
      protected java.lang.String scopeType  
      protected java.util.Date updateTime  
      protected java.lang.String userId  
      • Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

        id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      java.util.Date getCreationTime()  
      java.lang.String getIdPrefix()  
      java.lang.Object getPersistentState()  
      java.lang.String getScopeId()  
      java.lang.String getScopeType()  
      java.util.Date getUpdateTime()  
      java.lang.String getUserId()  
      void setContent​(java.lang.String content)  
      void setCreationTime​(java.util.Date creationTime)  
      void setScopeId​(java.lang.String scopeId)  
      void setScopeType​(java.lang.String scopeType)  
      void setUpdateTime​(java.util.Date updateTime)  
      void setUserId​(java.lang.String userId)  
      • Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

        getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.flowable.platform.api.comment.Comment

        getId
      • Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

        getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
    • Field Detail

      • content

        protected java.lang.String content
      • creationTime

        protected java.util.Date creationTime
      • updateTime

        protected java.util.Date updateTime
      • userId

        protected java.lang.String userId
      • scopeId

        protected java.lang.String scopeId
      • scopeType

        protected java.lang.String scopeType
    • Constructor Detail

      • PlatformCommentEntityImpl

        public PlatformCommentEntityImpl()
    • Method Detail

      • getIdPrefix

        public java.lang.String getIdPrefix()
        Specified by:
        getIdPrefix in interface org.flowable.common.engine.impl.persistence.entity.Entity
      • getContent

        public java.lang.String getContent()
        Specified by:
        getContent in interface Comment
      • setContent

        public void setContent​(java.lang.String content)
        Specified by:
        setContent in interface CommentEntity
      • getCreationTime

        public java.util.Date getCreationTime()
        Specified by:
        getCreationTime in interface Comment
      • getUpdateTime

        public java.util.Date getUpdateTime()
        Specified by:
        getUpdateTime in interface Comment
      • setUpdateTime

        public void setUpdateTime​(java.util.Date updateTime)
        Specified by:
        setUpdateTime in interface CommentEntity
      • getUserId

        public java.lang.String getUserId()
        Specified by:
        getUserId in interface Comment
      • setUserId

        public void setUserId​(java.lang.String userId)
        Specified by:
        setUserId in interface CommentEntity
      • getScopeId

        public java.lang.String getScopeId()
        Specified by:
        getScopeId in interface Comment
      • setScopeId

        public void setScopeId​(java.lang.String scopeId)
        Specified by:
        setScopeId in interface CommentEntity
      • getScopeType

        public java.lang.String getScopeType()
        Specified by:
        getScopeType in interface Comment
      • setScopeType

        public void setScopeType​(java.lang.String scopeType)
        Specified by:
        setScopeType in interface CommentEntity
      • getPersistentState

        public java.lang.Object getPersistentState()
        Specified by:
        getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity