Class FacetValueData<STATE>
java.lang.Object
de.hybris.platform.commerceservices.search.facetdata.FacetValueData<STATE>
- All Implemented Interfaces:
Serializable
POJO representing a facet value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FacetValueData
public FacetValueData()
-
-
Method Details
-
setCode
-
getCode
-
setName
-
getName
-
setCount
public void setCount(long count) -
getCount
public long getCount() -
setQuery
-
getQuery
-
setSelected
public void setSelected(boolean selected) -
isSelected
public boolean isSelected()
-