public class RegionalSettingsDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,RegionalSettingsDTO> |
LOCALE |
static BasicProperty<java.lang.String,RegionalSettingsDTO> |
TIME_ZONE |
| Constructor and Description |
|---|
RegionalSettingsDTO() |
RegionalSettingsDTO(Property<T,? super RegionalSettingsDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getLocale() |
java.lang.String |
getTimeZone() |
void |
setLocale(java.lang.String locale) |
void |
setTimeZone(java.lang.String timeZone) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,RegionalSettingsDTO> LOCALE
public static final BasicProperty<java.lang.String,RegionalSettingsDTO> TIME_ZONE
public RegionalSettingsDTO()
public RegionalSettingsDTO(Property<T,? super RegionalSettingsDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getLocale()
public void setLocale(java.lang.String locale)
public java.lang.String getTimeZone()
public void setTimeZone(java.lang.String timeZone)