Interface SearchFacetRange
- All Superinterfaces:
MultiTenantCloneable<SearchFacetRange>
- All Known Implementing Classes:
SearchFacetRangeImpl
- Author:
- Andre Azzolini (apazzolini)
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the internal idGets the maximum value for this SearchFacetRangeGets the minimum value for this SearchFacetRangeGets the associated SearchFacet to this rangevoidSets the internal idvoidsetMaxValue(BigDecimal maxValue) Sets the maximum value for this SearchFacetRangevoidsetMinValue(BigDecimal minValue) Sets the minium value for this SearchFacetRangevoidsetSearchFacet(SearchFacet searchFacet) Sets the associated SearchFacetMethods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId()Returns the internal id- Returns:
- the internal id
-
setId
Sets the internal id- Parameters:
id-
-
getMinValue
BigDecimal getMinValue()Gets the minimum value for this SearchFacetRangeNote: The default SearchFacetRangeImpl does not allow this value to be null
- Returns:
- the min value
-
setMinValue
Sets the minium value for this SearchFacetRange- Parameters:
minValue-
-
getMaxValue
BigDecimal getMaxValue()Gets the maximum value for this SearchFacetRangeNote: The default SearchFacetRangeImpl allows this value to be null
- Returns:
- the max value
-
setMaxValue
Sets the maximum value for this SearchFacetRange- Parameters:
maxValue-
-
getSearchFacet
SearchFacet getSearchFacet()Gets the associated SearchFacet to this range- Returns:
- the associated SearchFacet
-
setSearchFacet
Sets the associated SearchFacet- Parameters:
searchFacet-
-