Class SortingData.PropertySort

  • Enclosing class:
    SortingData

    public static class SortingData.PropertySort
    extends java.lang.Object
    Object that encapsulates information about how to sort a given property.
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
        Returns:
        The property to which the sort will be applied.
      • isIgnoreCase

        public boolean isIgnoreCase()
        Returns:
        A flag indicating whether the sorting should be case insensitive (true if yes, false if not).
      • getNullHandling

        public SortingData.NullHandling getNullHandling()
        Returns:
        The strategy used for handling null values.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object