Class FacetParameter


  • public class FacetParameter
    extends Object
    Representation of a parameter for selecting a particular facet category (or categories) within the faceted navigation system.
    • Field Detail

      • name

        private final String name
        The name of the facet to which this selection applies.
      • extraParameter

        private final String extraParameter
        Additional parameter information specific to the selected facet.
      • values

        private final String[] values
        The category values selected within the facet.
    • Constructor Detail

      • FacetParameter

        public FacetParameter​(String name,
                              String extraParameter,
                              String[] values)
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object