クラス 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
日付・時間型のフォーマットの多言語設定のプロパティ
関連項目:
  • コンストラクタの詳細

    • LocalizedDateTimeFormatSetting

      public LocalizedDateTimeFormatSetting()
  • メソッドの詳細

    • getLangage

      public String getLangage()
      日付/時刻の言語を取得します。
      戻り値:
      locale 言語
    • setLangage

      public void setLangage(String langage)
      日付/時刻の言語を設定します。
      パラメータ:
      locale - 言語
    • getDateTimeFormat

      public String getDateTimeFormat()
      日付/時刻のフォーマットを取得します。
      戻り値:
      datetimeFormat フォーマット
    • setDateTimeFormat

      public void setDateTimeFormat(String dateTimeFormat)
      日付/時刻のフォーマットを設定します。
      パラメータ:
      datetimeFormat - フォーマット
    • getDateTimeFormatLocale

      public String getDateTimeFormatLocale()
      日付/時刻のロケールを取得します。
      戻り値:
      datetimeFormat ロケール
    • setDateTimeFormatLocale

      public void setDateTimeFormatLocale(String dateTimeFormatLocale)
      日付/時刻のフォーマットを設定します。
      パラメータ:
      datetimeLocale - ロケール