org.kuali.rice.kew.dto
Class MovePointDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.MovePointDTO
All Implemented Interfaces:
Serializable

public class MovePointDTO
extends Object
implements Serializable

Transport object for the MovePoint

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
MovePointDTO()
           
MovePointDTO(String fromNodeName, int stepsToMove)
          Defines a move point which starts at the given fromNodeName and moves the number of steps defined.
 
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

MovePointDTO

public MovePointDTO()

MovePointDTO

public MovePointDTO(String fromNodeName,
                    int stepsToMove)
Defines a move point which starts at the given fromNodeName and moves the number of steps defined. This can be a negative value to move backwards, 0 to stay at the current position (refresh) or a positive value to move forward.

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.