Class FilterRangeValue
java.lang.Object
com.broadleafcommerce.search.api.domain.FilterRangeValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The maximum value to be applied on this filter.The minimum value to be applied on this filter value.int
hashCode()
void
setMaxValue
(String maxValue) The maximum value to be applied on this filter.void
setMinValue
(String minValue) The minimum value to be applied on this filter value.toString()
-
Constructor Details
-
FilterRangeValue
public FilterRangeValue()
-
-
Method Details
-
getMinValue
The minimum value to be applied on this filter value. Cannot be used in combination with filter values.- Returns:
- minimum value to be applied on this filter, or null if not ranged
-
getMaxValue
The maximum value to be applied on this filter. Cannot be used in combination with filter values.- Returns:
- maximum value to be applied on this filter, or null if not ranged
-
setMinValue
The minimum value to be applied on this filter value. Cannot be used in combination with filter values.- Parameters:
minValue
- minimum value to be applied on this filter
-
setMaxValue
The maximum value to be applied on this filter. Cannot be used in combination with filter values.- Parameters:
maxValue
- maximum value to be applied on this filter
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-