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 StringconversationIdprotected StringuserAccountId-
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 StringgetConversationId()StringgetId()StringgetIdPrefix()ObjectgetPersistentState()StringgetUserAccountId()voidsetConversationId(String conversationId)voidsetId(String id)voidsetUserAccountId(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:
getIdPrefixin interfaceEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
getId
public String getId()
- Specified by:
getIdin interfaceEntity- Overrides:
getIdin classAbstractEntityNoRevision
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceEntity- Overrides:
setIdin classAbstractEntityNoRevision
-
getConversationId
public String getConversationId()
- Specified by:
getConversationIdin interfaceConversationUserAccountMappingEntity
-
setConversationId
public void setConversationId(String conversationId)
- Specified by:
setConversationIdin interfaceConversationUserAccountMappingEntity
-
getUserAccountId
public String getUserAccountId()
- Specified by:
getUserAccountIdin interfaceConversationUserAccountMappingEntity
-
setUserAccountId
public void setUserAccountId(String userAccountId)
- Specified by:
setUserAccountIdin interfaceConversationUserAccountMappingEntity
-
-