public class SearchFacetResultDTO extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected SearchFacet |
facet |
protected BigDecimal |
maxValue |
protected BigDecimal |
minValue |
protected Integer |
quantity |
protected String |
value |
Constructor and Description |
---|
SearchFacetResultDTO() |
Modifier and Type | Method and Description |
---|---|
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) |
protected SearchFacet facet
protected String value
protected BigDecimal minValue
protected BigDecimal maxValue
protected Integer quantity
protected boolean active
public SearchFacet getFacet()
public void setFacet(SearchFacet facet)
public String getValue()
public void setValue(String value)
public BigDecimal getMinValue()
public void setMinValue(BigDecimal minValue)
public BigDecimal getMaxValue()
public void setMaxValue(BigDecimal maxValue)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public boolean isActive()
public void setActive(boolean active)
public String getValueKey()
Copyright © 2013. All rights reserved.