atg.repository.search.refinement
Class FacetTrailTools.FacetTrailElements
java.lang.Object
   atg.repository.search.refinement.FacetTrailTools.FacetTrailElements
atg.repository.search.refinement.FacetTrailTools.FacetTrailElements
- Enclosing class:
- FacetTrailTools
- public static class FacetTrailTools.FacetTrailElements 
- extends java.lang.Object
Holder class for elements parsed out from the facet trail string.
 This includes the FacetValue objects and the current sort option.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
mFacetValues
protected FacetValue[] mFacetValues
mCurrentSortOption
protected RepositoryItem mCurrentSortOption
FacetTrailTools.FacetTrailElements
public FacetTrailTools.FacetTrailElements()
getFacetValues
public FacetValue[] getFacetValues()
- 
 
setFacetValues
public void setFacetValues(FacetValue[] pFacetValues)
- 
 
getCurrentSortOption
public RepositoryItem getCurrentSortOption()
- 
 
setCurrentSortOption
public void setCurrentSortOption(RepositoryItem pCurrentSortOption)
-