atg.repository.search.refinement
Class FacetTrailTools.FacetTrailElements

java.lang.Object
  extended by 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.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  RepositoryItem mCurrentSortOption
           
protected  FacetValue[] mFacetValues
           
 
Constructor Summary
FacetTrailTools.FacetTrailElements()
           
 
Method Summary
 RepositoryItem getCurrentSortOption()
           
 FacetValue[] getFacetValues()
           
 void setCurrentSortOption(RepositoryItem pCurrentSortOption)
           
 void setFacetValues(FacetValue[] pFacetValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FacetTrailTools.FacetTrailElements

public FacetTrailTools.FacetTrailElements()
Method Detail

getFacetValues

public FacetValue[] getFacetValues()

setFacetValues

public void setFacetValues(FacetValue[] pFacetValues)

getCurrentSortOption

public RepositoryItem getCurrentSortOption()

setCurrentSortOption

public void setCurrentSortOption(RepositoryItem pCurrentSortOption)