java.lang.Object
com.aquima.interactions.composer.model.list.state.Sorting
All Implemented Interfaces:
Serializable

public class Sorting extends Object implements Serializable
Sorting class that contains the sorting for a column in the caselist container.
Since:
9.2
Author:
B. van de Ven
See Also:
  • Constructor Details

    • Sorting

      public Sorting(int columnIndex, boolean forceSorted)
      Constructs a new Sorting.
      Parameters:
      columnIndex - the index of the column
      forceSorted - force sorted
    • Sorting

      public Sorting(int columnIndex)
    • Sorting

      public Sorting(Sorting other)
  • Method Details

    • setIsAcending

      public void setIsAcending(boolean isAscending)
    • getColumnIndex

      public int getColumnIndex()
    • reverse

      public void reverse()
    • nextAscending

      public Boolean nextAscending()
    • isForceSorted

      public boolean isForceSorted()
    • isAscending

      public boolean isAscending()
    • isDescending

      public boolean isDescending()
    • isUnsorted

      public boolean isUnsorted()
    • setIsForceSorted

      public void setIsForceSorted(boolean isForceSorted)
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object