クラス ReferenceRecursiveTreeSetting

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

public class ReferenceRecursiveTreeSetting extends Object implements org.iplass.adminconsole.view.annotation.Refrectable
Entity内に同一Entityの参照を持つ再帰構造のEntityをツリー表示する設定
関連項目:
  • コンストラクタの詳細

    • ReferenceRecursiveTreeSetting

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

    • getRootCondition

      public String getRootCondition()
      ツリーのルートに表示するデータの検索条件を取得します。
      戻り値:
      ツリーのルートに表示するデータの検索条件
    • setRootCondition

      public void setRootCondition(String rootCondition)
      ツリーのルートに表示するデータの検索条件を設定します。
      パラメータ:
      rootCondition - ツリーのルートに表示するデータの検索条件
    • getChildPropertyName

      public String getChildPropertyName()
      子階層のプロパティ名を取得します。
      戻り値:
      子階層のプロパティ名
    • setChildPropertyName

      public void setChildPropertyName(String childPropertyName)
      子階層のプロパティ名を設定します。
      パラメータ:
      childPropertyName - 子階層のプロパティ名