org.kuali.rice.kew.dto
Class MovePointDTO
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
startNodeName
private String startNodeName
stepsToMove
private int stepsToMove
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.
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.