Class Sort

    • Constructor Detail

      • Sort

        public Sort()
    • Method Detail

      • getPrio

        public Integer getPrio()
        The priority for this sort, important when a multi-field sort is applied.
        Returns:
        prio
      • setPrio

        public void setPrio​(Integer prio)
      • getOrder

        public Sort.OrderEnum getOrder()
        The order for this sort (ascending or descending).
        Returns:
        order
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object