Class FacetValueWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.search.facetdata.FacetValueWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class FacetValueWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Facet Value- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacetValueWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetCount()java.lang.StringgetName()SearchStateWsDTOgetQuery()java.lang.BooleangetSelected()voidsetCount(java.lang.Long count)voidsetName(java.lang.String name)voidsetQuery(SearchStateWsDTO query)voidsetSelected(java.lang.Boolean selected)
-
-
-
Method Detail
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
setCount
public void setCount(java.lang.Long count)
-
getCount
public java.lang.Long getCount()
-
setQuery
public void setQuery(SearchStateWsDTO query)
-
getQuery
public SearchStateWsDTO getQuery()
-
setSelected
public void setSelected(java.lang.Boolean selected)
-
getSelected
public java.lang.Boolean getSelected()
-
-