Class AgentInvocationExchangePartEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.agent.engine.impl.persistence.entity.AgentInvocationExchangePartEntityImpl
- All Implemented Interfaces:
AgentInvocationExchangePart, AgentInvocationExchangePartEntity, org.flowable.common.engine.impl.persistence.entity.Entity
public class AgentInvocationExchangePartEntityImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
implements AgentInvocationExchangePartEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected longprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetType()voidsetContent(String content) voidsetExchangeId(String exchangeId) voidsetInvocationSequence(long invocationSequence) voidsetSubType(String subType) voidMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AgentInvocationExchangePart
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
exchangeId
-
type
-
subType
-
-
invocationSequence
protected long invocationSequence
-
-
Constructor Details
-
AgentInvocationExchangePartEntityImpl
public AgentInvocationExchangePartEntityImpl()
-
-
Method Details
-
getExchangeId
- Specified by:
getExchangeIdin interfaceAgentInvocationExchangePart
-
setExchangeId
- Specified by:
setExchangeIdin interfaceAgentInvocationExchangePartEntity
-
getType
- Specified by:
getTypein interfaceAgentInvocationExchangePart
-
setType
- Specified by:
setTypein interfaceAgentInvocationExchangePartEntity
-
getSubType
- Specified by:
getSubTypein interfaceAgentInvocationExchangePart
-
setSubType
- Specified by:
setSubTypein interfaceAgentInvocationExchangePartEntity
-
getContent
- Specified by:
getContentin interfaceAgentInvocationExchangePart
-
setContent
- Specified by:
setContentin interfaceAgentInvocationExchangePartEntity
-
getInvocationSequence
public long getInvocationSequence()- Specified by:
getInvocationSequencein interfaceAgentInvocationExchangePart
-
setInvocationSequence
public void setInvocationSequence(long invocationSequence) - Specified by:
setInvocationSequencein interfaceAgentInvocationExchangePartEntity
-
getIdPrefix
- Specified by:
getIdPrefixin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-