org.broadleafcommerce.core.search.domain
Class SearchFacetResultDTO

java.lang.Object
  extended by org.broadleafcommerce.core.search.domain.SearchFacetResultDTO

public class SearchFacetResultDTO
extends Object

Author:
Andre Azzolini (apazzolini)

Field Summary
protected  boolean active
           
protected  SearchFacet facet
           
protected  BigDecimal maxValue
           
protected  BigDecimal minValue
           
protected  Integer quantity
           
protected  String value
           
 
Constructor Summary
SearchFacetResultDTO()
           
 
Method Summary
 SearchFacet getFacet()
           
 BigDecimal getMaxValue()
           
 BigDecimal getMinValue()
           
 Integer getQuantity()
           
 String getValue()
           
 String getValueKey()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setFacet(SearchFacet facet)
           
 void setMaxValue(BigDecimal maxValue)
           
 void setMinValue(BigDecimal minValue)
           
 void setQuantity(Integer quantity)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

facet

protected SearchFacet facet

value

protected String value

minValue

protected BigDecimal minValue

maxValue

protected BigDecimal maxValue

quantity

protected Integer quantity

active

protected boolean active
Constructor Detail

SearchFacetResultDTO

public SearchFacetResultDTO()
Method Detail

getFacet

public SearchFacet getFacet()

setFacet

public void setFacet(SearchFacet facet)

getValue

public String getValue()

setValue

public void setValue(String value)

getMinValue

public BigDecimal getMinValue()

setMinValue

public void setMinValue(BigDecimal minValue)

getMaxValue

public BigDecimal getMaxValue()

setMaxValue

public void setMaxValue(BigDecimal maxValue)

getQuantity

public Integer getQuantity()

setQuantity

public void setQuantity(Integer quantity)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

getValueKey

public String getValueKey()


Copyright © 2013. All Rights Reserved.