パッケージ org.iplass.mtp.impl.i18n

クラス LocaleFormat

java.lang.Object
org.iplass.mtp.impl.i18n.LocaleFormat
すべての実装されたインタフェース:
Serializable, Cloneable

public class LocaleFormat extends Object implements Serializable, Cloneable
関連項目:
  • コンストラクタの詳細

    • LocaleFormat

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

    • getLocale

      public List<String> getLocale()
    • setLocale

      public void setLocale(List<String> locale)
    • getServerDateFormat

      public String getServerDateFormat()
    • setServerDateFormat

      public void setServerDateFormat(String serverDateFormat)
    • getServerTimeFormat

      public String getServerTimeFormat()
    • setServerTimeFormat

      public void setServerTimeFormat(String serverTimeFormat)
    • getServerDateTimeFormat

      public String getServerDateTimeFormat()
    • getBrowserInputDateFormat

      public String getBrowserInputDateFormat()
    • setBrowserInputDateFormat

      public void setBrowserInputDateFormat(String browserInputDateFormat)
    • getBrowserInputTimeSecFormat

      public String getBrowserInputTimeSecFormat()
    • setBrowserInputTimeSecFormat

      public void setBrowserInputTimeSecFormat(String browserInputTimeSecFormat)
    • getBrowserInputTimeMinFormat

      public String getBrowserInputTimeMinFormat()
    • setBrowserInputTimeMinFormat

      public void setBrowserInputTimeMinFormat(String browserInputTimeMinFormat)
    • getBrowserInputTimeHourFormat

      public String getBrowserInputTimeHourFormat()
    • setBrowserInputTimeHourFormat

      public void setBrowserInputTimeHourFormat(String browserInputTimeHourFormat)
    • getOutputDateFormat

      public String getOutputDateFormat()
    • setOutputDateFormat

      public void setOutputDateFormat(String outputDateFormat)
    • getOutputDateWeekdayFormat

      public String getOutputDateWeekdayFormat()
    • setOutputDateWeekdayFormat

      public void setOutputDateWeekdayFormat(String outputDateWeekdayFormat)
    • getExcelDateFormat

      public String getExcelDateFormat()
    • setExcelDateFormat

      public void setExcelDateFormat(String excelDateFormat)
    • getExcelTimeFormat

      public String getExcelTimeFormat()
    • setExcelTimeFormat

      public void setExcelTimeFormat(String excelTimeFormat)
    • getOutputTimeSecFormat

      public String getOutputTimeSecFormat()
    • setOutputTimeSecFormat

      public void setOutputTimeSecFormat(String outputTimeSecFormat)
    • getOutputTimeMinFormat

      public String getOutputTimeMinFormat()
    • setOutputTimeMinFormat

      public void setOutputTimeMinFormat(String outputTimeMinFormat)
    • getOutputTimeHourFormat

      public String getOutputTimeHourFormat()
    • setOutputTimeHourFormat

      public void setOutputTimeHourFormat(String outputTimeHourFormat)
    • getOutputDatetimeSecFormat

      public String getOutputDatetimeSecFormat()
    • getOutputDatetimeMinFormat

      public String getOutputDatetimeMinFormat()
    • getOutputDatetimeHourFormat

      public String getOutputDatetimeHourFormat()
    • isLastNameIsFirst

      public boolean isLastNameIsFirst()
    • setLastNameIsFirst

      public void setLastNameIsFirst(boolean lastNameIsFirst)
    • clone

      public LocaleFormat clone()
      オーバーライド:
      clone クラス内 Object