Class SortCriterion


  • public class SortCriterion
    extends NamedModel<java.lang.Long>
    • Constructor Detail

      • SortCriterion

        public SortCriterion()
    • Method Detail

      • getColumnId

        public java.lang.Long getColumnId()
        Get the column ID of the column to sort on
        Returns:
        the column ID
      • setColumnId

        public SortCriterion setColumnId​(java.lang.Long columnId)
        Set the column ID of the column to sort on
        Parameters:
        columnId - the column ID
      • getDirection

        public SortDirection getDirection()
        Get the sort direction
        Returns:
        the sort direction
      • setDirection

        public SortCriterion setDirection​(SortDirection direction)
        Set the sort direction
        Parameters:
        direction - the sort direction