public class SearchFacetValueWrapper extends BaseWrapper implements APIWrapper<SearchFacetResultDTO>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected BigDecimal |
maxValue |
protected BigDecimal |
minValue |
protected Integer |
quantity |
protected String |
value |
protected String |
valueKey |
context| Constructor and Description |
|---|
SearchFacetValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
BigDecimal |
getMaxValue() |
BigDecimal |
getMinValue() |
Integer |
getQuantity() |
String |
getValue() |
String |
getValueKey() |
void |
setActive(Boolean active) |
void |
setMaxValue(BigDecimal maxValue) |
void |
setMinValue(BigDecimal minValue) |
void |
setQuantity(Integer quantity) |
void |
setValue(String value) |
void |
setValueKey(String valueKey) |
void |
wrapDetails(SearchFacetResultDTO model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(SearchFacetResultDTO model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, setApplicationContextprotected Boolean active
protected String value
protected String valueKey
protected Integer quantity
protected BigDecimal minValue
protected BigDecimal maxValue
public void wrapDetails(SearchFacetResultDTO model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<SearchFacetResultDTO>public void wrapSummary(SearchFacetResultDTO model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<SearchFacetResultDTO>public Boolean getActive()
public void setActive(Boolean active)
active - the active to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getValueKey()
public void setValueKey(String valueKey)
valueKey - the valueKey to setpublic Integer getQuantity()
public void setQuantity(Integer quantity)
quantity - the quantity to setpublic BigDecimal getMinValue()
public void setMinValue(BigDecimal minValue)
minValue - the minValue to setpublic BigDecimal getMaxValue()
public void setMaxValue(BigDecimal maxValue)
maxValue - the maxValue to setCopyright © 2015. All Rights Reserved.