public class DefaultLocaleSettings extends Object implements LocaleSettings
Constructor and Description |
---|
DefaultLocaleSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getDateFormatPattern() |
String |
getDatetimeFormatPattern() |
Locale |
getLocale() |
String |
getTimeFormatPattern() |
TimeZone |
getTimeZone() |
void |
setDateFormatPattern(String dateFormatPattern) |
void |
setDatetimeFormatPattern(String datetimeFormatPattern) |
void |
setTimeFormatPattern(String timeFormatPattern) |
public String getDateFormatPattern()
getDateFormatPattern
in interface LocaleSettings
public void setDateFormatPattern(String dateFormatPattern)
public String getTimeFormatPattern()
getTimeFormatPattern
in interface LocaleSettings
public void setTimeFormatPattern(String timeFormatPattern)
public String getDatetimeFormatPattern()
getDatetimeFormatPattern
in interface LocaleSettings
public void setDatetimeFormatPattern(String datetimeFormatPattern)
public Locale getLocale()
getLocale
in interface LocaleSettings
public TimeZone getTimeZone()
getTimeZone
in interface LocaleSettings