public interface SearchFacetRange
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId()
Returns the internal id
|
java.math.BigDecimal |
getMaxValue()
Gets the maximum value for this SearchFacetRange
Note: The default SearchFacetRangeImpl allows this value to be null
|
java.math.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(java.lang.Long id)
Sets the internal id
|
void |
setMaxValue(java.math.BigDecimal maxValue)
Sets the maximum value for this SearchFacetRange
|
void |
setMinValue(java.math.BigDecimal minValue)
Sets the minium value for this SearchFacetRange
|
void |
setSearchFacet(SearchFacet searchFacet)
Sets the associated SearchFacet
|
java.lang.Long getId()
void setId(java.lang.Long id)
id - java.math.BigDecimal getMinValue()
void setMinValue(java.math.BigDecimal minValue)
minValue - java.math.BigDecimal getMaxValue()
void setMaxValue(java.math.BigDecimal maxValue)
maxValue - SearchFacet getSearchFacet()
void setSearchFacet(SearchFacet searchFacet)
searchFacet - Copyright © 2018. All Rights Reserved.