クラス EntityCalendar

java.lang.Object
org.iplass.mtp.view.calendar.EntityCalendar
すべての実装されたインタフェース:
Serializable, Definition

public class EntityCalendar extends Object implements Definition
カレンダー定義
関連項目:
  • コンストラクタの詳細

    • EntityCalendar

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

    • getName

      public String getName()
      カレンダーの定義名を取得します。
      定義:
      getName インタフェース内 Definition
      戻り値:
      カレンダーの定義名
    • setName

      public void setName(String name)
      カレンダーの定義名を設定します。
      定義:
      setName インタフェース内 Definition
      パラメータ:
      name - カレンダーの定義名
    • getDisplayName

      public String getDisplayName()
      カレンダー定義の表示名を取得します。
      定義:
      getDisplayName インタフェース内 Definition
      戻り値:
      カレンダー定義の表示名
    • setDisplayName

      public void setDisplayName(String displayName)
      カレンダー定義の表示名を設定します。
      定義:
      setDisplayName インタフェース内 Definition
      パラメータ:
      displayName - 表示名
      name - カレンダー定義の表示名
    • getDescription

      public String getDescription()
      概要を取得します。
      定義:
      getDescription インタフェース内 Definition
      戻り値:
      概要
    • setDescription

      public void setDescription(String description)
      概要を設定します。
      定義:
      setDescription インタフェース内 Definition
      パラメータ:
      description - 概要
    • getType

      public EntityCalendar.CalendarType getType()
      期間タイプを取得します。
      戻り値:
      期間タイプ
    • setType

      public void setType(EntityCalendar.CalendarType type)
      期間タイプを設定します。
      パラメータ:
      name - 期間タイプ
    • getItems

      public List<EntityCalendarItem> getItems()
      Entityの設定を取得します。
      戻り値:
      Entityの設定
    • setItems

      public void setItems(List<EntityCalendarItem> items)
      Entityの設定を設定します。
      パラメータ:
      name - Entityの設定
    • addItem

      public void addItem(EntityCalendarItem item)
      Entityの設定を追加します。
      パラメータ:
      item - Entityの設定
    • getItem

      public EntityCalendarItem getItem(String definitionName)
      指定の定義のEntityの設定を取得します。
      パラメータ:
      definitionName - Entity定義名
      戻り値:
      Entityの設定
    • getPropertyName

      public String getPropertyName(String definitionName)
      指定の定義のプロパティ名を取得します。
      パラメータ:
      definitionName - Entity定義名
      戻り値:
      プロパティ名
    • getLocalizedDisplayNameList

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

      public void setLocalizedDisplayNameList(List<LocalizedStringDefinition> localizedDisplayNameList)
      多言語設定情報を設定します。
      パラメータ:
      リスト -
    • addLocalizedDisplayName

      public void addLocalizedDisplayName(LocalizedStringDefinition localizedDisplayName)
      多言語設定情報を追加します。
      パラメータ:
      多言語設定情報 -