public class BasicNetworkInitialDataDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,BasicNetworkInitialDataDTO> |
CLONE_LANGUAGE |
static Property<java.lang.String,BasicNetworkInitialDataDTO> |
COUNTRY |
static Property<java.lang.Boolean,BasicNetworkInitialDataDTO> |
CUSTOMIZE_LOCALIZATION |
static Property<java.lang.String,BasicNetworkInitialDataDTO> |
DEFAULT_CITY |
static Property<java.lang.String,BasicNetworkInitialDataDTO> |
DEFAULT_REGION |
static Property<LanguageVO,BasicNetworkInitialDataDTO> |
LANGUAGE |
static Property<java.lang.String,BasicNetworkInitialDataDTO> |
TIME_ZONE_ID |
| Constructor and Description |
|---|
BasicNetworkInitialDataDTO() |
BasicNetworkInitialDataDTO(Property<T,? super BasicNetworkInitialDataDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getCountry() |
java.lang.String |
getDefaultCity() |
java.lang.String |
getDefaultRegion() |
LanguageVO |
getLanguage() |
java.lang.String |
getTimeZoneId() |
boolean |
isCloneLanguage() |
boolean |
isCustomizeLocalization() |
void |
setCloneLanguage(boolean cloneLanguage) |
void |
setCountry(java.lang.String country) |
void |
setCustomizeLocalization(boolean customizeLocalization) |
void |
setDefaultCity(java.lang.String defaultCity) |
void |
setDefaultRegion(java.lang.String defaultRegion) |
void |
setLanguage(LanguageVO language) |
void |
setTimeZoneId(java.lang.String timeZoneId) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,BasicNetworkInitialDataDTO> CLONE_LANGUAGE
public static final Property<java.lang.String,BasicNetworkInitialDataDTO> COUNTRY
public static final Property<java.lang.Boolean,BasicNetworkInitialDataDTO> CUSTOMIZE_LOCALIZATION
public static final Property<java.lang.String,BasicNetworkInitialDataDTO> DEFAULT_CITY
public static final Property<java.lang.String,BasicNetworkInitialDataDTO> DEFAULT_REGION
public static final Property<LanguageVO,BasicNetworkInitialDataDTO> LANGUAGE
public static final Property<java.lang.String,BasicNetworkInitialDataDTO> TIME_ZONE_ID
public BasicNetworkInitialDataDTO()
public BasicNetworkInitialDataDTO(Property<T,? super BasicNetworkInitialDataDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic boolean isCloneLanguage()
public java.lang.String getCountry()
public boolean isCustomizeLocalization()
public java.lang.String getDefaultCity()
public java.lang.String getDefaultRegion()
public LanguageVO getLanguage()
public java.lang.String getTimeZoneId()
public void setCloneLanguage(boolean cloneLanguage)
public void setCountry(java.lang.String country)
public void setCustomizeLocalization(boolean customizeLocalization)
public void setDefaultCity(java.lang.String defaultCity)
public void setDefaultRegion(java.lang.String defaultRegion)
public void setLanguage(LanguageVO language)
public void setTimeZoneId(java.lang.String timeZoneId)