org.broadleafcommerce.core.search.domain
Interface SearchFacetRange

All Known Implementing Classes:
SearchFacetRangeImpl

public interface SearchFacetRange

Author:
Andre Azzolini (apazzolini)

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

getId

Long getId()
Returns the internal id

Returns:
the internal id

setId

void setId(Long id)
Sets the internal id

Parameters:
id -

getMinValue

BigDecimal getMinValue()
Gets the minimum value for this SearchFacetRange Note: The default SearchFacetRangeImpl does not allow this value to be null

Returns:
the min value

setMinValue

void setMinValue(BigDecimal minValue)
Sets the minium value for this SearchFacetRange

Parameters:
minValue -

getMaxValue

BigDecimal getMaxValue()
Gets the maximum value for this SearchFacetRange Note: The default SearchFacetRangeImpl allows this value to be null

Returns:
the max value

setMaxValue

void setMaxValue(BigDecimal maxValue)
Sets the maximum value for this SearchFacetRange

Parameters:
maxValue -

getSearchFacet

SearchFacet getSearchFacet()
Gets the associated SearchFacet to this range

Returns:
the associated SearchFacet

setSearchFacet

void setSearchFacet(SearchFacet searchFacet)
Sets the associated SearchFacet

Parameters:
searchFacet -


Copyright © 2012. All Rights Reserved.