atg.svc.ui.treetable
Class NavigateInfo

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

public class NavigateInfo
extends java.lang.Object

The NavigateInfo class exposes navigation-related meta data for an item.


Field Summary
static java.lang.String CLASS_VERSION
           
static int DEFAULT_DEPTH
           
 
Constructor Summary
NavigateInfo()
           
NavigateInfo(java.lang.String pName, java.lang.Object pKey, java.util.List pPath, int pDepth)
           
 
Method Summary
 int getDepth()
           
 java.lang.Object getKey()
           
 java.lang.String getName()
           
 java.util.List getPath()
           
 void setDepth(int pDepth)
           
 void setKey(java.lang.Object pKey)
           
 void setName(java.lang.String pName)
           
 void setPath(java.util.List pPath)
           
 
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

NavigateInfo

public NavigateInfo()

NavigateInfo

public NavigateInfo(java.lang.String pName,
                    java.lang.Object pKey,
                    java.util.List pPath,
                    int pDepth)
Method Detail

setDepth

public void setDepth(int pDepth)

getDepth

public int getDepth()

setKey

public void setKey(java.lang.Object pKey)

getKey

public java.lang.Object getKey()

setName

public void setName(java.lang.String pName)

getName

public java.lang.String getName()

setPath

public void setPath(java.util.List pPath)

getPath

public java.util.List getPath()