Class ReferenceRecursiveTreeSetting

java.lang.Object
org.iplass.mtp.view.generic.editor.ReferenceRecursiveTreeSetting
All Implemented Interfaces:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable

public class ReferenceRecursiveTreeSetting extends Object implements org.iplass.adminconsole.view.annotation.Refrectable
Entity内に同一Entityの参照を持つ再帰構造のEntityをツリー表示する設定
See Also:
  • Constructor Details

    • ReferenceRecursiveTreeSetting

      public ReferenceRecursiveTreeSetting()
  • Method Details

    • getRootCondition

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

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

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

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