Class FacetValue

java.lang.Object
com.hybris.merchandising.model.FacetValue

public class FacetValue extends Object
FacetValue represents a value for a given ProductFacet.
  • Constructor Details

    • FacetValue

      public FacetValue()
  • Method Details

    • getId

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

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

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

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