atg.svc.ui.treetable
Class MoveInfo

java.lang.Object
  extended by atg.svc.ui.treetable.MoveInfo

public class MoveInfo
extends java.lang.Object

The MoveInfo class exposes move-related meta data for an item.


Field Summary
static java.lang.String CLASS_VERSION
           
static int DEFAULT_DEPTH
           
 
Constructor Summary
MoveInfo()
           
MoveInfo(boolean pIsFirst, boolean pIsLast)
           
 
Method Summary
 boolean getIsFirst()
           
 boolean getIsLast()
           
 void setIsFirst(boolean pIsFirst)
           
 void setIsLast(boolean pIsLast)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MoveInfo

public MoveInfo()

MoveInfo

public MoveInfo(boolean pIsFirst,
                boolean pIsLast)
Method Detail

setIsFirst

public void setIsFirst(boolean pIsFirst)

getIsFirst

public boolean getIsFirst()

setIsLast

public void setIsLast(boolean pIsLast)

getIsLast

public boolean getIsLast()