Package com.soffid.iam.bpm.api
Class ProcessDefinition
java.lang.Object
com.soffid.iam.bpm.api.ProcessDefinition
- All Implemented Interfaces:
Serializable
ValueObject ProcessDefinition
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDefinition(int version, boolean enabled) ProcessDefinition(int version, String tag, String name, long id, boolean enabled, String appliesTo, PredefinedProcessType type, Date deployed, String author) ProcessDefinition(ProcessDefinition otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute appliesToGets value for attribute authorGets value for attribute deployedlonggetId()Gets value for attribute idgetName()Gets value for attribute namegetTag()Gets value for attribute taggetType()Gets value for attribute typeintGets value for attribute versionbooleanGets value for attribute enabledvoidsetAppliesTo(String appliesTo) Sets value for attribute appliesTovoidSets value for attribute authorvoidsetDeployed(Date deployed) Sets value for attribute deployedvoidsetEnabled(boolean enabled) Sets value for attribute enabledvoidsetId(long id) Sets value for attribute idvoidSets value for attribute namevoidSets value for attribute tagvoidsetType(PredefinedProcessType type) Sets value for attribute typevoidsetVersion(int version) Sets value for attribute versiontoString()Returns a string representation of the value object.
-
Constructor Details
-
ProcessDefinition
public ProcessDefinition() -
ProcessDefinition
-
ProcessDefinition
public ProcessDefinition(int version, boolean enabled) -
ProcessDefinition
-
-
Method Details
-
getVersion
public int getVersion()Gets value for attribute version -
setVersion
public void setVersion(int version) Sets value for attribute version -
getTag
Gets value for attribute tag -
setTag
Sets value for attribute tag -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getId
public long getId()Gets value for attribute id -
setId
public void setId(long id) Sets value for attribute id -
isEnabled
public boolean isEnabled()Gets value for attribute enabled -
setEnabled
public void setEnabled(boolean enabled) Sets value for attribute enabled -
getAppliesTo
Gets value for attribute appliesTo -
setAppliesTo
Sets value for attribute appliesTo -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getDeployed
Gets value for attribute deployed -
setDeployed
Sets value for attribute deployed -
getAuthor
Gets value for attribute author -
setAuthor
Sets value for attribute author -
toString
Returns a string representation of the value object.
-