クラス ReferenceComboSetting

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

public class ReferenceComboSetting extends Object implements org.iplass.adminconsole.view.annotation.Refrectable
参照コンボ設定
関連項目:
  • コンストラクタの詳細

    • ReferenceComboSetting

      public ReferenceComboSetting()
  • メソッドの詳細

    • getPropertyName

      public String getPropertyName()
      プロパティ名を取得します。
      戻り値:
      プロパティ名
    • setPropertyName

      public void setPropertyName(String propertyName)
      プロパティ名を設定します。
      パラメータ:
      propertyName - プロパティ名
    • getCondition

      public String getCondition()
      検索条件を取得します。
      戻り値:
      検索条件
    • setCondition

      public void setCondition(String condition)
      検索条件を設定します。
      パラメータ:
      condition - 検索条件
    • getParent

      public ReferenceComboSetting getParent()
      上位参照コンボ設定を取得します。
      戻り値:
      上位参照コンボ設定
    • setParent

      public void setParent(ReferenceComboSetting parent)
      上位参照コンボ設定を設定します。
      パラメータ:
      parent - 上位参照コンボ設定
    • getSortItem

      public String getSortItem()
      ソートアイテムを取得します。
      戻り値:
      ソートアイテム
    • setSortItem

      public void setSortItem(String sortItem)
      ソートアイテムを設定します。
      パラメータ:
      sortItem - ソートアイテム
    • getSortType

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

      public void setSortType(ReferencePropertyEditor.RefSortType sortType)
      ソート種別を設定します。
      パラメータ:
      sortType - ソート種別
    • getDisplayLabelItem

      public String getDisplayLabelItem()
      表示ラベルとして扱うプロパティを取得します。
      戻り値:
      表示ラベルとして扱うプロパティ
    • setDisplayLabelItem

      public void setDisplayLabelItem(String displayLabelItem)
      表示ラベルとして扱うプロパティを設定します。
      パラメータ:
      displayLabelItem - 表示ラベルとして扱うプロパティ