Package com.hybris.merchandising.model
Class FacetValue
- java.lang.Object
-
- com.hybris.merchandising.model.FacetValue
-
public class FacetValue extends java.lang.ObjectFacetValue represents a value for a givenProductFacet.
-
-
Constructor Summary
Constructors Constructor Description FacetValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetId()Retrieves the ID of the facet value.java.lang.ObjectgetName()Retrieves the name of the facet value.voidsetId(java.lang.Object id)Sets the ID of the facet value.voidsetName(java.lang.Object name)Sets the facet value name.
-
-
-
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.
-
-