クラス ReferenceSection

すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable, HasNestProperty

public class ReferenceSection extends Section implements HasNestProperty
関連項目:
  • コンストラクタの詳細

    • ReferenceSection

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

    • getDefintionName

      public String getDefintionName()
      参照先Entity定義名を取得します。
      戻り値:
      Entity定義名
    • setDefintionName

      public void setDefintionName(String defintionName)
      参照先Entity定義名を設定します。
      パラメータ:
      defintionName - Entity定義名
    • getPropertyName

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

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

      public boolean isHideDetail()
      詳細編集非表示設定を取得します。
      戻り値:
      詳細編集非表示設定
    • setHideDetail

      public void setHideDetail(boolean hideDetail)
      詳細編集非表示設定を設定します。
      パラメータ:
      hideDetail - 詳細編集非表示設定
    • isHideView

      public boolean isHideView()
      詳細表示非表示設定を取得します。
      戻り値:
      詳細表示非表示設定
    • setHideView

      public void setHideView(boolean hideView)
      詳細表示非表示設定を設定します。
      パラメータ:
      hideView - 詳細表示非表示設定
    • isDispBorderInSection

      public boolean isDispBorderInSection()
      セクション内に配置した場合に枠線を表示を取得します。
      戻り値:
      セクション内に配置した場合に枠線を表示
    • setDispBorderInSection

      public void setDispBorderInSection(boolean dispBorderInSection)
      セクション内に配置した場合に枠線を表示を設定します。
      パラメータ:
      dispBorderInSection - セクション内に配置した場合に枠線を表示
    • isExpandable

      public boolean isExpandable()
      セクションの展開可否を取得します。
      戻り値:
      セクションの展開可否
    • setExpandable

      public void setExpandable(boolean expandable)
      セクションの展開可否を設定します。
      パラメータ:
      expandable - セクションの展開可否
    • isShowLink

      public boolean isShowLink()
      リンクを表示するかを取得します。
      定義:
      isShowLink クラス内 Section
      戻り値:
      リンクを表示するか
    • setShowLink

      public void setShowLink(boolean showLink)
      リンクを表示するかを設定します。
      パラメータ:
      showLink - リンクを表示するか
    • getColNum

      public int getColNum()
      列数を取得します。
      戻り値:
      列数
    • setColNum

      public void setColNum(int colNum)
      列数を設定します。
      パラメータ:
      colNum - 列数
    • getProperties

      public List<NestProperty> getProperties()
      表示プロパティを取得します。
      戻り値:
      表示プロパティ
    • setProperties

      public void setProperties(List<NestProperty> properties)
      表示プロパティを設定します。
      パラメータ:
      properties - 表示プロパティ
    • addProperty

      public void addProperty(NestProperty property)
      表示プロパティを追加します。
      パラメータ:
      property - 表示プロパティ
    • getOrderPropName

      public String getOrderPropName()
      表示順プロパティを取得します。
      戻り値:
      表示順プロパティ
    • setOrderPropName

      public void setOrderPropName(String orderPropName)
      表示順プロパティを設定します。
      パラメータ:
      orderPropName - 表示順プロパティ
    • getIndex

      public int getIndex()
      データのインデックスを取得します。
      戻り値:
      データのインデックス
    • setIndex

      public void setIndex(int index)
      データのインデックスを設定します。
      パラメータ:
      index - データのインデックス
    • isForceUpadte

      public boolean isForceUpadte()
      更新時に強制的に更新処理を行うかを取得します。
      戻り値:
      forceUpdate 更新時に強制的に更新処理を行うか
    • setForceUpadte

      public void setForceUpadte(boolean forceUpadte)
      更新時に強制的に更新処理を行うかを設定します。
      パラメータ:
      forceUpadte - 更新時に強制的に更新処理を行うか
    • getUpperContents

      public String getUpperContents()
      上部のコンテンツを取得します。
      戻り値:
      上部のコンテンツ
    • setUpperContents

      public void setUpperContents(String upperContents)
      上部のコンテンツを設定します。
      パラメータ:
      upperContents - 上部のコンテンツ
    • getLowerContents

      public String getLowerContents()
      下部のコンテンツを取得します。
      戻り値:
      下部のコンテンツ
    • setLowerContents

      public void setLowerContents(String lowerContents)
      下部のコンテンツを設定します。
      パラメータ:
      lowerContents - 下部のコンテンツ
    • getContentScriptKey

      public String getContentScriptKey()
      上下コンテンツスクリプトのキーを取得します。
      戻り値:
      上下コンテンツスクリプトのキー
    • setContentScriptKey

      public void setContentScriptKey(String contentScriptKey)
      上下コンテンツスクリプトのキーを設定します。
      パラメータ:
      contentScriptKey - 上下コンテンツスクリプトのキー