Interface ConversationUserAccountMappingEntity
-
- All Superinterfaces:
Entity
- All Known Implementing Classes:
ConversationUserAccountMappingEntityImpl
public interface ConversationUserAccountMappingEntity extends Entity
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConversationId()
String
getUserAccountId()
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
-
-