Class FacetValue
java.lang.Object
de.hybris.platform.solrfacetsearch.search.FacetValue
- All Implemented Interfaces:
Serializable,Comparable<FacetValue>
This class defines the contents of a facet. For example, cpu and monitor are FacetValue of the
hardware Facet. Each FacetValue contains concrete items???(either subFacetValue or items)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFacetValue(String name, long count, boolean selected) FacetValue(String name, String displayName, long count, boolean selected) -
Method Summary
-
Constructor Details
-
FacetValue
-
FacetValue
-
-
Method Details
-
getName
-
getDisplayName
-
getCount
public long getCount() -
isSelected
public boolean isSelected() -
addTag
-
getTags
-
compareTo
- Specified by:
compareToin interfaceComparable<FacetValue>
-
equals
-
hashCode
public int hashCode() -
toString
-