クラス 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 - プロパティ名
    • getTitle

      public String getTitle()
      タイトルを取得します。
      戻り値:
      タイトル
    • setTitle

      public void setTitle(String title)
      タイトルを設定します。
      パラメータ:
      title - タイトル
    • isExpandable

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

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

      public String getId()
      idを取得します。
      戻り値:
      id
    • setId

      public void setId(String id)
      idを設定します。
      パラメータ:
      id - id
    • getStyle

      public String getStyle()
      クラス名を取得します。
      戻り値:
      クラス名
    • setStyle

      public void setStyle(String style)
      クラス名を設定します。
      パラメータ:
      style - クラス名
    • getColNum

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

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

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

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

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

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

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

      public void setHideView(boolean hideView)
      詳細表示非表示設定を設定します。
      パラメータ:
      hideView - 詳細表示非表示設定
    • 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 - 下部のコンテンツ
    • getProperties

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

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

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

      public List<LocalizedStringDefinition> getLocalizedTitleList()
      多言語設定情報を取得します。
      戻り値:
      リスト
    • setLocalizedTitleList

      public void setLocalizedTitleList(List<LocalizedStringDefinition> localizedTitleList)
      多言語設定情報を設定します。
      パラメータ:
      \u30ea\u30b9\u30c8 -
    • addLocalizedTitleList

      public void addLocalizedTitleList(LocalizedStringDefinition localizedTitle)
      多言語設定情報を追加します。
      パラメータ:
      \u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831 -
    • getOrderPropName

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

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

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

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

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

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

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

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