org.kuali.rice.kew.actions
Class MovePoint
java.lang.Object
org.kuali.rice.kew.actions.MovePoint
public class MovePoint
- extends Object
Represents a point to move to in the route path. Used by the
MoveDocumentAction
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MovePoint
public MovePoint()
getStartNodeName
public String getStartNodeName()
setStartNodeName
public void setStartNodeName(String fromNodeName)
getStepsToMove
public int getStepsToMove()
setStepsToMove
public void setStepsToMove(int stepsToMove)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.