Package com.soffid.iam.bpm.api
Class TaskDefinition
java.lang.Object
com.soffid.iam.bpm.api.TaskDefinition
- All Implemented Interfaces:
Serializable
ValueObject TaskDefinition
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant PRIORITY_HIGHstatic final intConstant PRIORITY_HIGHESTstatic final intConstant PRIORITY_LOWstatic final intConstant PRIORITY_LOWESTstatic final intConstant PRIORITY_NORMAL -
Constructor Summary
ConstructorsConstructorDescriptionTaskDefinition(long id) TaskDefinition(long id, String name, String description, boolean blocking, boolean signalling) TaskDefinition(TaskDefinition otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute descriptionlonggetId()Gets value for attribute idgetName()Gets value for attribute namebooleanGets value for attribute blockingbooleanGets value for attribute signallingvoidsetBlocking(boolean blocking) Sets value for attribute blockingvoidsetDescription(String description) Sets value for attribute descriptionvoidsetId(long id) Sets value for attribute idvoidSets value for attribute namevoidsetSignalling(boolean signalling) Sets value for attribute signallingtoString()Returns a string representation of the value object.
-
Field Details
-
PRIORITY_HIGHEST
public static final int PRIORITY_HIGHESTConstant PRIORITY_HIGHEST- See Also:
-
PRIORITY_HIGH
public static final int PRIORITY_HIGHConstant PRIORITY_HIGH- See Also:
-
PRIORITY_NORMAL
public static final int PRIORITY_NORMALConstant PRIORITY_NORMAL- See Also:
-
PRIORITY_LOW
public static final int PRIORITY_LOWConstant PRIORITY_LOW- See Also:
-
PRIORITY_LOWEST
public static final int PRIORITY_LOWESTConstant PRIORITY_LOWEST- See Also:
-
-
Constructor Details
-
TaskDefinition
public TaskDefinition() -
TaskDefinition
-
TaskDefinition
public TaskDefinition(long id) -
TaskDefinition
-
-
Method Details
-
getId
public long getId()Gets value for attribute id -
setId
public void setId(long id) Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
isBlocking
public boolean isBlocking()Gets value for attribute blocking -
setBlocking
public void setBlocking(boolean blocking) Sets value for attribute blocking -
isSignalling
public boolean isSignalling()Gets value for attribute signalling -
setSignalling
public void setSignalling(boolean signalling) Sets value for attribute signalling -
toString
Returns a string representation of the value object.
-