Class ConversationUserAccountMappingEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.engage.engine.impl.persistence.entity.ConversationUserAccountMappingEntityImpl
All Implemented Interfaces:
ConversationUserAccountMappingEntity, org.flowable.common.engine.impl.persistence.entity.Entity

public class ConversationUserAccountMappingEntityImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision implements ConversationUserAccountMappingEntity
Author:
Filip Hrisafov
  • Field Details

    • conversationId

      protected String conversationId
    • userAccountId

      protected String userAccountId
  • Constructor Details

    • ConversationUserAccountMappingEntityImpl

      public ConversationUserAccountMappingEntityImpl()
  • Method Details

    • getIdPrefix

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

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

      public String getId()
      Specified by:
      getId in interface org.flowable.common.engine.impl.persistence.entity.Entity
      Overrides:
      getId in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
    • setId

      public void setId(String id)
      Specified by:
      setId in interface org.flowable.common.engine.impl.persistence.entity.Entity
      Overrides:
      setId in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
    • getConversationId

      public String getConversationId()
      Specified by:
      getConversationId in interface ConversationUserAccountMappingEntity
    • setConversationId

      public void setConversationId(String conversationId)
      Specified by:
      setConversationId in interface ConversationUserAccountMappingEntity
    • getUserAccountId

      public String getUserAccountId()
      Specified by:
      getUserAccountId in interface ConversationUserAccountMappingEntity
    • setUserAccountId

      public void setUserAccountId(String userAccountId)
      Specified by:
      setUserAccountId in interface ConversationUserAccountMappingEntity