atg.repository.search.config
Class VisitedSearchDimensionNode
java.lang.Object
  
atg.repository.search.config.VisitedSearchDimensionNode
public class VisitedSearchDimensionNode
- extends java.lang.Object
 
An object of this class represents a search dimension node visited when the search
 config name service is trying to find a search config.
| 
Field Summary | 
static java.lang.String | 
CLASS_VERSION
 
          Class version string | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
VisitedSearchDimensionNode
public VisitedSearchDimensionNode(RepositoryItem pNode,
                                  boolean pMatch,
                                  boolean pIsFolder)
- Constructor.
- Parameters:
 pNode - RepositoryItem dimension tree node visitedpMatch - boolean, true if this node matchedpIsFolder - boolean , true if this node is a folder
 
getNode
public RepositoryItem getNode()
 
setNode
public void setNode(RepositoryItem pNode)
 
isMatch
public boolean isMatch()
 
setMatch
public void setMatch(boolean pMatch)
 
isFolder
public boolean isFolder()
 
setIsFolder
public void setIsFolder(boolean pIsFolder)
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object