public class VisitedSearchDimensionNode
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
VisitedSearchDimensionNode(RepositoryItem pNode,
                          boolean pMatch,
                          boolean pIsFolder)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RepositoryItem | 
getNode()  | 
boolean | 
isFolder()  | 
boolean | 
isMatch()  | 
void | 
setIsFolder(boolean pIsFolder)  | 
void | 
setMatch(boolean pMatch)  | 
void | 
setNode(RepositoryItem pNode)  | 
java.lang.String | 
toString()  | 
public VisitedSearchDimensionNode(RepositoryItem pNode, boolean pMatch, boolean pIsFolder)
pNode - RepositoryItem dimension tree node visitedpMatch - boolean, true if this node matchedpIsFolder - boolean , true if this node is a folderpublic RepositoryItem getNode()
public void setNode(RepositoryItem pNode)
public boolean isMatch()
public void setMatch(boolean pMatch)
public boolean isFolder()
public void setIsFolder(boolean pIsFolder)
public java.lang.String toString()
toString in class java.lang.Object