クラス LocalizedDateTimeFormatSetting
java.lang.Object
org.iplass.mtp.view.generic.editor.LocalizedDateTimeFormatSetting
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
public class LocalizedDateTimeFormatSetting
extends Object
implements org.iplass.adminconsole.view.annotation.Refrectable
日付・時間型のフォーマットの多言語設定のプロパティ
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明日付/時刻のフォーマットを取得します。日付/時刻のロケールを取得します。日付/時刻の言語を取得します。void
setDateTimeFormat
(String dateTimeFormat) 日付/時刻のフォーマットを設定します。void
setDateTimeFormatLocale
(String dateTimeFormatLocale) 日付/時刻のフォーマットを設定します。void
setLangage
(String langage) 日付/時刻の言語を設定します。
-
コンストラクタの詳細
-
LocalizedDateTimeFormatSetting
public LocalizedDateTimeFormatSetting()
-
-
メソッドの詳細
-
getLangage
日付/時刻の言語を取得します。- 戻り値:
- locale 言語
-
setLangage
日付/時刻の言語を設定します。- パラメータ:
locale
- 言語
-
getDateTimeFormat
日付/時刻のフォーマットを取得します。- 戻り値:
- datetimeFormat フォーマット
-
setDateTimeFormat
日付/時刻のフォーマットを設定します。- パラメータ:
datetimeFormat
- フォーマット
-
getDateTimeFormatLocale
日付/時刻のロケールを取得します。- 戻り値:
- datetimeFormat ロケール
-
setDateTimeFormatLocale
日付/時刻のフォーマットを設定します。- パラメータ:
datetimeLocale
- ロケール
-