Class SearchFilterRangeValue

java.lang.Object
com.broadleafcommerce.bulk.v2.domain.SearchFilterRangeValue
All Implemented Interfaces:
Serializable

public class SearchFilterRangeValue extends Object implements Serializable
See Also:
  • Constructor Details

    • SearchFilterRangeValue

      public SearchFilterRangeValue()
  • 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