Class Sort


  • public class Sort
    extends Object
    The Sort type.
    Author:
    daniel-shuy
    • Constructor Detail

      • Sort

        public Sort​(List<String> sort)
        Instantiates a new Sort.
        Parameters:
        sort - the sort
    • Method Detail

      • getSort

        public List<String> getSort()
        Gets sort.
        Returns:
        the sort
      • setSort

        public void setSort​(List<String> sort)
        Sets sort.
        Parameters:
        sort - the sort
      • addSort

        public void addSort​(String sort)
        Add sort.
        Parameters:
        sort - the sort
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object