|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchFacetRange
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||