Class FacetValue


  • public class FacetValue
    extends java.lang.Object
    FacetValue represents a value for a given ProductFacet.
    • Constructor Summary

      Constructors 
      Constructor Description
      FacetValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getId()
      Retrieves the ID of the facet value.
      java.lang.Object getName()
      Retrieves the name of the facet value.
      void setId​(java.lang.Object id)
      Sets the ID of the facet value.
      void setName​(java.lang.Object name)
      Sets the facet value name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FacetValue

        public FacetValue()
    • Method Detail

      • getId

        public java.lang.Object getId()
        Retrieves the ID of the facet value.
        Returns:
        the ID of the value.
      • setId

        public void setId​(java.lang.Object id)
        Sets the ID of the facet value.
        Parameters:
        id - the facet value ID to set.
      • getName

        public java.lang.Object getName()
        Retrieves the name of the facet value.
        Returns:
        the Facet value name.
      • setName

        public void setName​(java.lang.Object name)
        Sets the facet value name.
        Parameters:
        name - the Facet value name.