Package org.apache.syncope.common.lib.to
Class BpmnProcess
- java.lang.Object
-
- org.apache.syncope.common.lib.to.BpmnProcess
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO
public class BpmnProcess extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BpmnProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetModelId()StringgetName()booleanisUserWorkflow()voidsetKey(String key)voidsetModelId(String modelId)voidsetName(String name)voidsetUserWorkflow(boolean userWorkflow)
-