类 SortInfo

    • 构造器详细资料

      • SortInfo

        public SortInfo()

        Constructor for SortInfo.

      • SortInfo

        public SortInfo​(String sortField,
                        Sort sort)

        Constructor for SortInfo.

        参数:
        sortField - a String object
        sort - a Sort object
    • 方法详细资料

      • getSortField

        public String getSortField()

        Getter for the field sortField.

        返回:
        a String object
      • setSortField

        public void setSortField​(String sortField)

        Setter for the field sortField.

        参数:
        sortField - a String object
      • getSort

        public Sort getSort()

        Getter for the field sort.

        返回:
        a Sort object
      • setSort

        public void setSort​(Sort sort)

        Setter for the field sort.

        参数:
        sort - a Sort object