Package com.soffid.iam.iga.api
Class BpmProcess
java.lang.Object
com.soffid.iam.iga.api.BpmProcess
- All Implemented Interfaces:
Serializable
ValueObject BpmProcess
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBpmProcess(BpmProcess otherBean) BpmProcess(String processName, String description) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute descriptionGets value for attribute processNamevoidsetDescription(String description) Sets value for attribute descriptionvoidsetProcessName(String processName) Sets value for attribute processNametoString()Returns a string representation of the value object.
-
Constructor Details
-
BpmProcess
public BpmProcess() -
BpmProcess
-
BpmProcess
-
-
Method Details
-
getProcessName
Gets value for attribute processName -
setProcessName
Sets value for attribute processName -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
toString
Returns a string representation of the value object.
-