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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItem(EntityCalendarItem item) Entityの設定を追加します。voidaddLocalizedDisplayName(LocalizedStringDefinition localizedDisplayName) 多言語設定情報を追加します。概要を取得します。カレンダー定義の表示名を取得します。指定の定義のEntityの設定を取得します。getItems()Entityの設定を取得します。多言語設定情報を取得します。getName()カレンダーの定義名を取得します。getPropertyName(String definitionName) 指定の定義のプロパティ名を取得します。getType()期間タイプを取得します。voidsetDescription(String description) 概要を設定します。voidsetDisplayName(String displayName) カレンダー定義の表示名を設定します。voidsetItems(List<EntityCalendarItem> items) Entityの設定を設定します。voidsetLocalizedDisplayNameList(List<LocalizedStringDefinition> localizedDisplayNameList) 多言語設定情報を設定します。voidカレンダーの定義名を設定します。void期間タイプを設定します。
-
Constructor Details
-
EntityCalendar
public EntityCalendar()
-
-
Method Details
-
getName
カレンダーの定義名を取得します。- Specified by:
getNamein interfaceDefinition- Returns:
- カレンダーの定義名
-
setName
カレンダーの定義名を設定します。- Specified by:
setNamein interfaceDefinition- Parameters:
name- カレンダーの定義名
-
getDisplayName
カレンダー定義の表示名を取得します。- Specified by:
getDisplayNamein interfaceDefinition- Returns:
- カレンダー定義の表示名
-
setDisplayName
カレンダー定義の表示名を設定します。- Specified by:
setDisplayNamein interfaceDefinition- Parameters:
displayName- 表示名name- カレンダー定義の表示名
-
getDescription
概要を取得します。- Specified by:
getDescriptionin interfaceDefinition- Returns:
- 概要
-
setDescription
概要を設定します。- Specified by:
setDescriptionin 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:
多言語設定情報-
-