public class SearchFacetValueWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.search.domain.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 |
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(org.broadleafcommerce.core.search.domain.SearchFacetResultDTO model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.core.search.domain.SearchFacetResultDTO model,
javax.servlet.http.HttpServletRequest request) |
protected Boolean active
protected String value
protected String valueKey
protected Integer quantity
protected BigDecimal minValue
protected BigDecimal maxValue
public void wrapDetails(org.broadleafcommerce.core.search.domain.SearchFacetResultDTO model, javax.servlet.http.HttpServletRequest request)
wrapDetails
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.search.domain.SearchFacetResultDTO>
public void wrapSummary(org.broadleafcommerce.core.search.domain.SearchFacetResultDTO model, javax.servlet.http.HttpServletRequest request)
wrapSummary
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.search.domain.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 © 2020. All rights reserved.