Class FilterRangeValue


  • public class FilterRangeValue
    extends Object
    • Constructor Detail

      • FilterRangeValue

        public FilterRangeValue()
    • Method Detail

      • 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
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object