クラス EntityCalendarItem
java.lang.Object
org.iplass.mtp.view.calendar.EntityCalendarItem
- すべての実装されたインタフェース:
Serializable
カレンダーに表示するEntityの設定
- 関連項目:
-
ネストされたクラスの概要
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明追加アクション名を取得レコードの新規登録を許可するかを取得カレンダーの検索方法を取得します。Entityの表示色(groovy)を取得します。Entityの定義名を取得時間を表示するかを取得Entityの表示色を取得フィルタ条件を取得します。Fromのプロパティ名を取得します。getLimit()
検索上限を取得します。プロパティ名を取得Toのプロパティ名を取得します。詳細アクション名を取得ビュー名を取得void
setAddAction
(String addAction) 追加アクション名を設定void
setAllowNewRecordRegistration
(Boolean allowNewRecordRegistration) レコードの新規登録を許可するかを設定void
setCalendarSearchType
(EntityCalendarItem.CalendarSearchType calendarSearchType) カレンダーの検索方法を設定します。void
setColorConfig
(String colorConfig) Entityの表示色(groovy)を設定します。void
setDefinitionName
(String definitionName) Entityの定義名を設定void
setDisplayTime
(Boolean displayTime) 時間を表示するかを設定void
setEntityColor
(String entityColor) Entityの表示色を設定void
setFilterCondition
(String filterCondition) フィルタ条件を設定します。void
setFromPropertyName
(String fromPropertyName) Fromのプロパティ名を設定します。void
検索上限を設定します。void
setPropertyName
(String propertyName) プロパティ名を設定void
setToPropertyName
(String toPropertyName) Toのプロパティ名を設定します。void
setViewAction
(String viewAction) 詳細アクション名を設定void
setViewName
(String viewName) ビュー名を設定
-
コンストラクタの詳細
-
EntityCalendarItem
public EntityCalendarItem()
-
-
メソッドの詳細
-
getDefinitionName
Entityの定義名を取得- 戻り値:
- Entityの定義名
-
setDefinitionName
Entityの定義名を設定- パラメータ:
definitionName
- Entityの定義名
-
getEntityColor
Entityの表示色を取得- 戻り値:
- Entitycolor
-
setEntityColor
Entityの表示色を設定- パラメータ:
enittyColor
- EnittyColor
-
getCalendarSearchType
カレンダーの検索方法を取得します。- 戻り値:
- カレンダーの検索方法
-
setCalendarSearchType
カレンダーの検索方法を設定します。- パラメータ:
calendarSearchType
- カレンダーの検索方法
-
getPropertyName
プロパティ名を取得- 戻り値:
- プロパティ名
-
setPropertyName
プロパティ名を設定- パラメータ:
definitionName
- プロパティ名
-
getFromPropertyName
Fromのプロパティ名を取得します。- 戻り値:
- Fromのプロパティ名
-
setFromPropertyName
Fromのプロパティ名を設定します。- パラメータ:
fromPropertyName
- Fromのプロパティ名
-
getToPropertyName
Toのプロパティ名を取得します。- 戻り値:
- Toのプロパティ名
-
setToPropertyName
Toのプロパティ名を設定します。- パラメータ:
toPropertyName
- Toのプロパティ名
-
getViewAction
詳細アクション名を取得- 戻り値:
- 詳細アクション名
-
setViewAction
詳細アクション名を設定- パラメータ:
viewAction
- 詳細アクション名
-
getAddAction
追加アクション名を取得- 戻り値:
- 追加アクション名
-
setAddAction
追加アクション名を設定- パラメータ:
addAction
- 追加アクション名
-
getAllowNewRecordRegistration
レコードの新規登録を許可するかを取得- 戻り値:
- レコードの新規登録を許可するか
-
setAllowNewRecordRegistration
レコードの新規登録を許可するかを設定- パラメータ:
allowNewRecordRegistration
- レコードの新規登録を許可するか
-
getViewName
ビュー名を取得- 戻り値:
- ビュー名
-
setViewName
ビュー名を設定- パラメータ:
viewName
- ビュー名
-
getDisplayTime
時間を表示するかを取得- 戻り値:
- 時間を表示するか
-
setDisplayTime
時間を表示するかを設定- パラメータ:
displayTime
- 時間を表示するか
-
getLimit
検索上限を取得します。- 戻り値:
- 検索上限
-
setLimit
検索上限を設定します。- パラメータ:
limit
- 検索上限
-
getFilterCondition
フィルタ条件を取得します。- 戻り値:
- フィルタ条件
-
setFilterCondition
フィルタ条件を設定します。- パラメータ:
filterCondition
- フィルタ条件
-
getColorConfig
Entityの表示色(groovy)を取得します。- 戻り値:
- Entityの表示色(groovy)
-
setColorConfig
Entityの表示色(groovy)を設定します。- パラメータ:
colorConfig
- Entityの表示色(groovy)
-