Class InsertWorkflowNodePushData
- java.lang.Object
-
- de.xima.fc.workflow.designer.push.InsertWorkflowNodePushData
-
- All Implemented Interfaces:
Serializable
public final class InsertWorkflowNodePushData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsertWorkflowNodePushData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertNodeData
getData()
void
setData(InsertNodeData data)
-
-
-
Method Detail
-
getData
public InsertNodeData getData()
-
setData
public void setData(InsertNodeData data)
-
-