org.kuali.rice.kew.actions
Class MovePoint

java.lang.Object
  extended by 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)

Constructor Summary
MovePoint()
           
 
Method Summary
 String getStartNodeName()
           
 int getStepsToMove()
           
 void setStartNodeName(String fromNodeName)
           
 void setStepsToMove(int stepsToMove)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovePoint

public MovePoint()
Method Detail

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.