atg.repository.search.config
Class VisitedSearchDimensionNode
java.lang.Object
   atg.repository.search.config.VisitedSearchDimensionNode
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_VERSIONClass 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 visited
- pMatch- boolean, true if this node matched
- pIsFolder- 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:
- toStringin class- java.lang.Object
 
-