Class ReactionEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity
com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
All Implemented Interfaces:
ReactionEntity, Reaction, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class ReactionEntityImpl
extends AbstractEngageEngineEntity
implements ReactionEntity
Author:
Luis Belloch
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String messageId  
    protected java.lang.String reaction  
    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
    ReactionEntityImpl()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMessageId()  
    java.lang.Object getPersistentState()  
    java.lang.String getReaction()  
    java.lang.String getUserId()  
    void setMessageId​(java.lang.String messageId)  
    void setReaction​(java.lang.String reaction)  
    void setUserId​(java.lang.String userId)  

    Methods inherited from class com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity

    getIdPrefix

    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 org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated

    Methods inherited from interface com.flowable.engage.message.api.Reaction

    getId