Class SearchFacetDTO
java.lang.Object
org.broadleafcommerce.core.search.domain.SearchFacetDTO
- Author:
- Andre Azzolini (apazzolini)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected SearchFacetprotected List<SearchFacetResultDTO>protected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFacet()booleanisActive()booleanvoidsetAbbreviation(String abbreviation) voidsetActive(boolean active) voidsetFacet(SearchFacet facet) voidsetFacetValues(List<SearchFacetResultDTO> facetValues) voidsetShowQuantity(boolean showQuantity)
-
Field Details
-
facet
-
showQuantity
protected boolean showQuantity -
facetValues
-
active
protected boolean active -
abbreviation
-
-
Constructor Details
-
SearchFacetDTO
public SearchFacetDTO()
-
-
Method Details
-
getFacet
-
setFacet
-
isShowQuantity
public boolean isShowQuantity() -
setShowQuantity
public void setShowQuantity(boolean showQuantity) -
getFacetValues
-
setFacetValues
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getAbbreviation
-
setAbbreviation
-