Package org.iplass.mtp.view.calendar
Class EntityCalendar
java.lang.Object
org.iplass.mtp.view.calendar.EntityCalendar
- All Implemented Interfaces:
Serializable
,Definition
カレンダー定義
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addItem
(EntityCalendarItem item) Entityの設定を追加します。void
addLocalizedDisplayName
(LocalizedStringDefinition localizedDisplayName) 多言語設定情報を追加します。概要を取得します。カレンダー定義の表示名を取得します。指定の定義のEntityの設定を取得します。getItems()
Entityの設定を取得します。多言語設定情報を取得します。getName()
カレンダーの定義名を取得します。getPropertyName
(String definitionName) 指定の定義のプロパティ名を取得します。getType()
期間タイプを取得します。void
setDescription
(String description) 概要を設定します。void
setDisplayName
(String displayName) カレンダー定義の表示名を設定します。void
setItems
(List<EntityCalendarItem> items) Entityの設定を設定します。void
setLocalizedDisplayNameList
(List<LocalizedStringDefinition> localizedDisplayNameList) 多言語設定情報を設定します。void
カレンダーの定義名を設定します。void
期間タイプを設定します。
-
Constructor Details
-
EntityCalendar
public EntityCalendar()
-
-
Method Details
-
getName
カレンダーの定義名を取得します。- Specified by:
getName
in interfaceDefinition
- Returns:
- カレンダーの定義名
-
setName
カレンダーの定義名を設定します。- Specified by:
setName
in interfaceDefinition
- Parameters:
name
- カレンダーの定義名
-
getDisplayName
カレンダー定義の表示名を取得します。- Specified by:
getDisplayName
in interfaceDefinition
- Returns:
- カレンダー定義の表示名
-
setDisplayName
カレンダー定義の表示名を設定します。- Specified by:
setDisplayName
in interfaceDefinition
- Parameters:
displayName
- 表示名name
- カレンダー定義の表示名
-
getDescription
概要を取得します。- Specified by:
getDescription
in interfaceDefinition
- Returns:
- 概要
-
setDescription
概要を設定します。- Specified by:
setDescription
in interfaceDefinition
- Parameters:
description
- 概要
-
getType
期間タイプを取得します。- Returns:
- 期間タイプ
-
setType
期間タイプを設定します。- Parameters:
name
- 期間タイプ
-
getItems
Entityの設定を取得します。- Returns:
- Entityの設定
-
setItems
Entityの設定を設定します。- Parameters:
name
- Entityの設定
-
addItem
Entityの設定を追加します。- Parameters:
item
- Entityの設定
-
getItem
指定の定義のEntityの設定を取得します。- Parameters:
definitionName
- Entity定義名- Returns:
- Entityの設定
-
getPropertyName
指定の定義のプロパティ名を取得します。- Parameters:
definitionName
- Entity定義名- Returns:
- プロパティ名
-
getLocalizedDisplayNameList
多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedDisplayNameList
多言語設定情報を設定します。- Parameters:
リスト
-
-
addLocalizedDisplayName
多言語設定情報を追加します。- Parameters:
多言語設定情報
-
-