atg.svc.ui.treetable
Class MoveInfo
java.lang.Object
atg.svc.ui.treetable.MoveInfo
public class MoveInfo
- extends java.lang.Object
The MoveInfo class exposes move-related meta data for an item.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
DEFAULT_DEPTH
public static final int DEFAULT_DEPTH
- See Also:
- Constant Field Values
MoveInfo
public MoveInfo()
MoveInfo
public MoveInfo(boolean pIsFirst,
boolean pIsLast)
setIsFirst
public void setIsFirst(boolean pIsFirst)
getIsFirst
public boolean getIsFirst()
setIsLast
public void setIsLast(boolean pIsLast)
getIsLast
public boolean getIsLast()