Package com.soffid.iam.bpm.api
Class Token
java.lang.Object
com.soffid.iam.bpm.api.Token
- All Implemented Interfaces:
Serializable
ValueObject Token
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute nodeNamelongGets value for attribute processIdGets value for attribute tokenNamebooleanGets value for attribute finishedbooleanisLocked()Gets value for attribute lockedbooleanGets value for attribute suspendedvoidsetFinished(boolean finished) Sets value for attribute finishedvoidsetLocked(boolean locked) Sets value for attribute lockedvoidsetNodeName(String nodeName) Sets value for attribute nodeNamevoidsetProcessId(long processId) Sets value for attribute processIdvoidsetSuspended(boolean suspended) Sets value for attribute suspendedvoidsetTokenName(String tokenName) Sets value for attribute tokenNametoString()Returns a string representation of the value object.
-
Constructor Details
-
Token
public Token() -
Token
-
Token
public Token(long processId, boolean finished, boolean locked, boolean suspended) -
Token
-
-
Method Details
-
getTokenName
Gets value for attribute tokenName -
setTokenName
Sets value for attribute tokenName -
getProcessId
public long getProcessId()Gets value for attribute processId -
setProcessId
public void setProcessId(long processId) Sets value for attribute processId -
getNodeName
Gets value for attribute nodeName -
setNodeName
Sets value for attribute nodeName -
isFinished
public boolean isFinished()Gets value for attribute finished -
setFinished
public void setFinished(boolean finished) Sets value for attribute finished -
isLocked
public boolean isLocked()Gets value for attribute locked -
setLocked
public void setLocked(boolean locked) Sets value for attribute locked -
isSuspended
public boolean isSuspended()Gets value for attribute suspended -
setSuspended
public void setSuspended(boolean suspended) Sets value for attribute suspended -
toString
Returns a string representation of the value object.
-