Class MovePoint

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

public final class MovePoint extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    static MovePoint
    create(String startNodeName, int stepsToMove)
     
     
    int
     

    Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject

    afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • create

      public static MovePoint create(String startNodeName, int stepsToMove)
    • getStartNodeName

      public String getStartNodeName()
    • getStepsToMove

      public int getStepsToMove()