public interface SearchFacetRange
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Returns the internal id
|
BigDecimal |
getMaxValue()
Gets the maximum value for this SearchFacetRange
Note: The default SearchFacetRangeImpl allows this value to be null
|
BigDecimal |
getMinValue()
Gets the minimum value for this SearchFacetRange
Note: The default SearchFacetRangeImpl does not allow this value to be null
|
SearchFacet |
getSearchFacet()
Gets the associated SearchFacet to this range
|
void |
setId(Long id)
Sets the internal id
|
void |
setMaxValue(BigDecimal maxValue)
Sets the maximum value for this SearchFacetRange
|
void |
setMinValue(BigDecimal minValue)
Sets the minium value for this SearchFacetRange
|
void |
setSearchFacet(SearchFacet searchFacet)
Sets the associated SearchFacet
|
Long getId()
void setId(Long id)
id - BigDecimal getMinValue()
void setMinValue(BigDecimal minValue)
minValue - BigDecimal getMaxValue()
void setMaxValue(BigDecimal maxValue)
maxValue - SearchFacet getSearchFacet()
void setSearchFacet(SearchFacet searchFacet)
searchFacet - Copyright © 2015. All Rights Reserved.