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 String
getKey()
String
getModelId()
String
getName()
boolean
isUserWorkflow()
void
setKey(String key)
void
setModelId(String modelId)
void
setName(String name)
void
setUserWorkflow(boolean userWorkflow)
-