Class LocalizedDateTimeFormatSetting
java.lang.Object
org.iplass.mtp.view.generic.editor.LocalizedDateTimeFormatSetting
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
public class LocalizedDateTimeFormatSetting
extends Object
implements org.iplass.adminconsole.view.annotation.Refrectable
日付・時間型のフォーマットの多言語設定のプロパティ
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription日付/時刻のフォーマットを取得します。日付/時刻のロケールを取得します。日付/時刻の言語を取得します。void
setDateTimeFormat
(String dateTimeFormat) 日付/時刻のフォーマットを設定します。void
setDateTimeFormatLocale
(String dateTimeFormatLocale) 日付/時刻のフォーマットを設定します。void
setLangage
(String langage) 日付/時刻の言語を設定します。
-
Constructor Details
-
LocalizedDateTimeFormatSetting
public LocalizedDateTimeFormatSetting()
-
-
Method Details
-
getLangage
日付/時刻の言語を取得します。- Returns:
- locale 言語
-
setLangage
日付/時刻の言語を設定します。- Parameters:
locale
- 言語
-
getDateTimeFormat
日付/時刻のフォーマットを取得します。- Returns:
- datetimeFormat フォーマット
-
setDateTimeFormat
日付/時刻のフォーマットを設定します。- Parameters:
datetimeFormat
- フォーマット
-
getDateTimeFormatLocale
日付/時刻のロケールを取得します。- Returns:
- datetimeFormat ロケール
-
setDateTimeFormatLocale
日付/時刻のフォーマットを設定します。- Parameters:
datetimeLocale
- ロケール
-