org.broadleafcommerce.core.search.domain
Class SearchFacetDTO
java.lang.Object
org.broadleafcommerce.core.search.domain.SearchFacetDTO
public class SearchFacetDTO
- extends Object
- Author:
- Andre Azzolini (apazzolini)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
facet
protected SearchFacet facet
showQuantity
protected boolean showQuantity
facetValues
protected List<SearchFacetResultDTO> facetValues
active
protected boolean active
SearchFacetDTO
public SearchFacetDTO()
getFacet
public SearchFacet getFacet()
setFacet
public void setFacet(SearchFacet facet)
isShowQuantity
public boolean isShowQuantity()
setShowQuantity
public void setShowQuantity(boolean showQuantity)
getFacetValues
public List<SearchFacetResultDTO> getFacetValues()
setFacetValues
public void setFacetValues(List<SearchFacetResultDTO> facetValues)
isActive
public boolean isActive()
setActive
public void setActive(boolean active)
Copyright © 2012. All Rights Reserved.