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()
void
setConversationId
(String conversationId) void
void
setUserAccountId
(String userAccountId) Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getIdPrefix
in interfaceEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
getId
- Specified by:
getId
in interfaceEntity
- Overrides:
getId
in classAbstractEntityNoRevision
-
setId
- Specified by:
setId
in interfaceEntity
- Overrides:
setId
in classAbstractEntityNoRevision
-
getConversationId
- Specified by:
getConversationId
in interfaceConversationUserAccountMappingEntity
-
setConversationId
- Specified by:
setConversationId
in interfaceConversationUserAccountMappingEntity
-
getUserAccountId
- Specified by:
getUserAccountId
in interfaceConversationUserAccountMappingEntity
-
setUserAccountId
- Specified by:
setUserAccountId
in interfaceConversationUserAccountMappingEntity
-