クラス SortSetting

java.lang.Object
org.iplass.mtp.view.generic.element.section.SortSetting
すべての実装されたインタフェース:
java.io.Serializable, org.iplass.adminconsole.view.annotation.Refrectable

public class SortSetting
extends java.lang.Object
implements org.iplass.adminconsole.view.annotation.Refrectable
ソート条件設定
関連項目:
直列化された形式
  • コンストラクタの詳細

    • SortSetting

      public SortSetting()
      デフォルトコンストラクタ
  • メソッドの詳細

    • getSortKey

      public java.lang.String getSortKey()
      ソート項目を取得します。
      戻り値:
      ソート項目
    • setSortKey

      public void setSortKey​(java.lang.String sortKey)
      ソート項目を設定します。
      パラメータ:
      sortKey - ソート項目
    • getSortType

      ソート種別を取得します。
      戻り値:
      ソート種別
    • setSortType

      public void setSortType​(SearchConditionSection.ConditionSortType sortType)
      ソート種別を設定します。
      パラメータ:
      sortType - ソート種別
    • getNullOrderType

      public NullOrderType getNullOrderType()
      null項目のソート順を取得します。
      戻り値:
      null項目のソート順
    • setNullOrderType

      public void setNullOrderType​(NullOrderType nullOrderType)
      null項目のソート順を設定します。
      パラメータ:
      nullOrderType - null項目のソート順