Class FilterRangeValue

java.lang.Object
com.broadleafcommerce.search.api.domain.FilterRangeValue

public class FilterRangeValue extends Object
  • Constructor Details

    • FilterRangeValue

      public FilterRangeValue()
  • Method Details

    • getMinValue

      public String 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

      public String 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

      public void setMinValue(String minValue)
      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

      public void setMaxValue(String maxValue)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object