Class SortCondition

    • Constructor Detail

      • SortCondition

        public SortCondition()
      • SortCondition

        public SortCondition​(SortCondition source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSortKey

        public String getSortKey()
        Get 排序属性。
        Returns:
        SortKey 排序属性。
      • setSortKey

        public void setSortKey​(String SortKey)
        Set 排序属性。
        Parameters:
        SortKey - 排序属性。
      • getSortOrder

        public String getSortOrder()
        Get 排序顺序,ASC为正向排序,DESC为反向排序。
        Returns:
        SortOrder 排序顺序,ASC为正向排序,DESC为反向排序。
      • setSortOrder

        public void setSortOrder​(String SortOrder)
        Set 排序顺序,ASC为正向排序,DESC为反向排序。
        Parameters:
        SortOrder - 排序顺序,ASC为正向排序,DESC为反向排序。