クラス LocalizedDateTimeFormatSetting

java.lang.Object
org.iplass.mtp.view.generic.editor.LocalizedDateTimeFormatSetting
すべての実装されたインタフェース:
java.io.Serializable, org.iplass.adminconsole.view.annotation.Refrectable

public class LocalizedDateTimeFormatSetting
extends java.lang.Object
implements org.iplass.adminconsole.view.annotation.Refrectable
日付・時間型のフォーマットの多言語設定のプロパティ
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ 
    コンストラクタ 説明
    LocalizedDateTimeFormatSetting()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    java.lang.String getDateTimeFormat()
    日付/時刻のフォーマットを取得します。
    java.lang.String getDateTimeFormatLocale()
    日付/時刻のロケールを取得します。
    java.lang.String getLangage()
    日付/時刻の言語を取得します。
    void setDateTimeFormat​(java.lang.String dateTimeFormat)
    日付/時刻のフォーマットを設定します。
    void setDateTimeFormatLocale​(java.lang.String dateTimeFormatLocale)
    日付/時刻のフォーマットを設定します。
    void setLangage​(java.lang.String langage)
    日付/時刻の言語を設定します。

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

  • メソッドの詳細

    • getLangage

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

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

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

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

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

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