Interface ConversationUserAccountMappingEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
All Known Implementing Classes:
ConversationUserAccountMappingEntityImpl

public interface ConversationUserAccountMappingEntity extends org.flowable.common.engine.impl.persistence.entity.Entity
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setConversationId(String conversationId)
     
    void
    setUserAccountId(String userAccountId)
     

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

    getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
  • Method Details

    • getConversationId

      String getConversationId()
    • setConversationId

      void setConversationId(String conversationId)
    • getUserAccountId

      String getUserAccountId()
    • setUserAccountId

      void setUserAccountId(String userAccountId)