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,Entity
public class ConversationUserAccountMappingEntityImpl
extends AbstractEntityNoRevision
implements ConversationUserAccountMappingEntity
- Author:
- Filip Hrisafov
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetConversationId(String conversationId) voidvoidsetUserAccountId(String userAccountId) Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
conversationId
-
userAccountId
-
-
Constructor Details
-
ConversationUserAccountMappingEntityImpl
public ConversationUserAccountMappingEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefixin interfaceEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getId
- Specified by:
getIdin interfaceEntity- Overrides:
getIdin classAbstractEntityNoRevision
-
setId
- Specified by:
setIdin interfaceEntity- Overrides:
setIdin classAbstractEntityNoRevision
-
getConversationId
- Specified by:
getConversationIdin interfaceConversationUserAccountMappingEntity
-
setConversationId
- Specified by:
setConversationIdin interfaceConversationUserAccountMappingEntity
-
getUserAccountId
- Specified by:
getUserAccountIdin interfaceConversationUserAccountMappingEntity
-
setUserAccountId
- Specified by:
setUserAccountIdin interfaceConversationUserAccountMappingEntity
-