Class FacetParameter
- java.lang.Object
-
- com.funnelback.publicui.search.model.facetednavigation.FacetParameter
-
public class FacetParameter extends Object
Representation of a parameter for selecting a particular facet category (or categories) within the faceted navigation system.
-
-
Constructor Summary
Constructors Constructor Description FacetParameter(String name, String extraParameter, String[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getExtraParameter()
Additional parameter information specific to the selected facet.String
getName()
The name of the facet to which this selection applies.String[]
getValues()
The category values selected within the facet.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
The name of the facet to which this selection applies.
-
getExtraParameter
public String getExtraParameter()
Additional parameter information specific to the selected facet.
-
getValues
public String[] getValues()
The category values selected within the facet.
-
canEqual
protected boolean canEqual(Object other)
-
-