atg.repository.search.config
Class VisitedSearchDimensionNode

java.lang.Object
  extended by 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
 
Constructor Summary
VisitedSearchDimensionNode(RepositoryItem pNode, boolean pMatch, boolean pIsFolder)
          Constructor.
 
Method Summary
 RepositoryItem getNode()
           
 boolean isFolder()
           
 boolean isMatch()
           
 void setIsFolder(boolean pIsFolder)
           
 void setMatch(boolean pMatch)
           
 void setNode(RepositoryItem pNode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

VisitedSearchDimensionNode

public VisitedSearchDimensionNode(RepositoryItem pNode,
                                  boolean pMatch,
                                  boolean pIsFolder)
Constructor.

Parameters:
pNode - RepositoryItem dimension tree node visited
pMatch - boolean, true if this node matched
pIsFolder - boolean , true if this node is a folder
Method Detail

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