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
Fields Modifier and Type Field Description protected String
conversationId
protected String
userAccountId
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
-
Constructor Summary
Constructors Constructor Description ConversationUserAccountMappingEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConversationId()
String
getId()
String
getIdPrefix()
Object
getPersistentState()
String
getUserAccountId()
void
setConversationId(String conversationId)
void
setId(String id)
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
-
-
-
-
Method Detail
-
getIdPrefix
public String getIdPrefix()
- Specified by:
getIdPrefix
in interfaceEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentState
in interfaceEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceEntity
- Overrides:
getId
in classAbstractEntityNoRevision
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceEntity
- Overrides:
setId
in classAbstractEntityNoRevision
-
getConversationId
public String getConversationId()
- Specified by:
getConversationId
in interfaceConversationUserAccountMappingEntity
-
setConversationId
public void setConversationId(String conversationId)
- Specified by:
setConversationId
in interfaceConversationUserAccountMappingEntity
-
getUserAccountId
public String getUserAccountId()
- Specified by:
getUserAccountId
in interfaceConversationUserAccountMappingEntity
-
setUserAccountId
public void setUserAccountId(String userAccountId)
- Specified by:
setUserAccountId
in interfaceConversationUserAccountMappingEntity
-
-