org.kuali.rice.kew.api.action
Class MovePoint

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.action.MovePoint
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete

public final class MovePoint
extends AbstractDataTransferObject

See Also:
Serialized Form

Method Summary
static MovePoint create(String startNodeName, int stepsToMove)
           
 String getStartNodeName()
           
 int getStepsToMove()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static MovePoint create(String startNodeName,
                               int stepsToMove)

getStartNodeName

public String getStartNodeName()

getStepsToMove

public int getStepsToMove()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.