Package de.xima.fc.workflow.taglib.model
Class NodeDeletionUpdate
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.NodeDeletionUpdate
-
- All Implemented Interfaces:
Serializable
public final class NodeDeletionUpdate extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeDeletionUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getNodeIndex()NodeKeygetNodeKey()intgetTaskIndex()voidsetNodeIndex(int[] nodeIndex)voidsetNodeKey(NodeKey nodeKey)voidsetTaskIndex(int taskIndex)
-