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 Details

    • LocalizedDateTimeFormatSetting

      public LocalizedDateTimeFormatSetting()
  • Method Details

    • getLangage

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

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

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

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

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

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