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 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
  • Constructor Summary

    Constructors 
    Constructor Description
    PlatformCommentEntityImpl()  
  • Method Summary

    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