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 StringgetConversationId()StringgetUserAccountId()voidsetConversationId(String conversationId)voidsetUserAccountId(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
-
-