public abstract class SAFlowNodeInstanceImpl extends SAFlowElementInstanceImpl implements org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
| Constructor and Description |
|---|
SAFlowNodeInstanceImpl() |
SAFlowNodeInstanceImpl(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDisplayDescription() |
String |
getDisplayName() |
long |
getExecutedBy() |
long |
getExecutedBySubstitute() |
long |
getFlowNodeDefinitionId() |
String |
getKind() |
long |
getLastUpdateDate() |
long |
getReachedStateDate() |
int |
getStateId() |
String |
getStateName() |
int |
hashCode() |
boolean |
isStable() |
boolean |
isTerminal() |
void |
setDescription(String description) |
void |
setDisplayDescription(String displayDescription) |
void |
setDisplayName(String displayName) |
void |
setExecutedBy(long executedBy) |
void |
setExecutedBySubstitute(long executedBySubstitute) |
void |
setFlowNodeDefinitionId(long flownodeDefinitionId) |
void |
setKind(String kind) |
void |
setLastUpdateDate(long lastUpdateDate) |
void |
setReachedStateDate(long reachedStateDate) |
void |
setStable(boolean stable) |
void |
setStateId(int stateId) |
void |
setStateName(String stateName) |
void |
setTerminal(boolean terminal) |
String |
toString() |
getLogicalGroup, getParentActivityInstanceId, getParentContainerId, getParentProcessInstanceId, getProcessDefinitionId, getRootContainerId, getRootProcessInstanceId, isAborting, setAborting, setLogicalGroup, setParentContainerId, setRootContainerIdgetName, setNamegetArchiveDate, getId, getSourceObjectId, getTenantId, setArchiveDate, setId, setSourceObjectId, setTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypegetLogicalGroup, getParentActivityInstanceId, getParentContainerId, getParentProcessInstanceId, getProcessDefinitionId, getRootContainerId, getRootProcessInstanceIdgetNamepublic SAFlowNodeInstanceImpl()
public SAFlowNodeInstanceImpl(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
public int getStateId()
getStateId in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setStateId(int stateId)
public String getStateName()
getStateName in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setStateName(String stateName)
public boolean isTerminal()
isTerminal in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowElementInstancepublic void setTerminal(boolean terminal)
public boolean isStable()
public void setStable(boolean stable)
public long getReachedStateDate()
getReachedStateDate in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setReachedStateDate(long reachedStateDate)
public long getLastUpdateDate()
getLastUpdateDate in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setLastUpdateDate(long lastUpdateDate)
public String getDisplayDescription()
getDisplayDescription in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setDisplayDescription(String displayDescription)
public String getDisplayName()
getDisplayName in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setDisplayName(String displayName)
public String getDescription()
getDescription in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setDescription(String description)
public long getExecutedBy()
getExecutedBy in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setExecutedBy(long executedBy)
public long getExecutedBySubstitute()
getExecutedBySubstitute in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setExecutedBySubstitute(long executedBySubstitute)
public String getKind()
getKind in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setKind(String kind)
public long getFlowNodeDefinitionId()
getFlowNodeDefinitionId in interface org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstancepublic void setFlowNodeDefinitionId(long flownodeDefinitionId)
public int hashCode()
hashCode in class SAFlowElementInstanceImplpublic boolean equals(Object obj)
equals in class SAFlowElementInstanceImplpublic String toString()
toString in class SAFlowElementInstanceImplCopyright © 2017 Bonitasoft S.A.. All rights reserved.