Package com.hybris.merchandising.model
Class FacetValue
java.lang.Object
com.hybris.merchandising.model.FacetValue
FacetValue represents a value for a given
ProductFacet.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FacetValue
public FacetValue()
-
-
Method Details
-
getId
Retrieves the ID of the facet value.- Returns:
- the ID of the value.
-
setId
Sets the ID of the facet value.- Parameters:
id- the facet value ID to set.
-
getName
Retrieves the name of the facet value.- Returns:
- the Facet value name.
-
setName
Sets the facet value name.- Parameters:
name- the Facet value name.
-