public class PhoneConfigurationData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,PhoneConfigurationData> |
ALWAYS_SHOW_INTERNATIONAL_PHONE_NUMBER |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,PhoneConfigurationData> |
COUNTRY |
static BasicProperty<java.lang.Boolean,PhoneConfigurationData> |
EXTENSION_ENABLED |
static BasicProperty<java.lang.String,PhoneConfigurationData> |
LAND_LINE_EXAMPLE |
static BasicProperty<java.lang.String,PhoneConfigurationData> |
MOBILE_EXAMPLE |
static BasicProperty<java.lang.Boolean,PhoneConfigurationData> |
SMS_ENABLED |
| Constructor and Description |
|---|
PhoneConfigurationData() |
PhoneConfigurationData(Property<T,? super PhoneConfigurationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getCountry() |
java.lang.String |
getLandLineExample() |
java.lang.String |
getMobileExample() |
boolean |
isAlwaysShowInternationalPhoneNumber() |
boolean |
isExtensionEnabled() |
boolean |
isSmsEnabled() |
void |
setAlwaysShowInternationalPhoneNumber(boolean alwaysShowInternationalPhoneNumber) |
void |
setCountry(java.lang.String country) |
void |
setExtensionEnabled(boolean extensionEnabled) |
void |
setLandLineExample(java.lang.String landLineExample) |
void |
setMobileExample(java.lang.String mobileExample) |
void |
setSmsEnabled(boolean smsEnabled) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,PhoneConfigurationData> ALWAYS_SHOW_INTERNATIONAL_PHONE_NUMBER
public static final BasicProperty<java.lang.String,PhoneConfigurationData> COUNTRY
public static final BasicProperty<java.lang.Boolean,PhoneConfigurationData> EXTENSION_ENABLED
public static final BasicProperty<java.lang.String,PhoneConfigurationData> LAND_LINE_EXAMPLE
public static final BasicProperty<java.lang.String,PhoneConfigurationData> MOBILE_EXAMPLE
public static final BasicProperty<java.lang.Boolean,PhoneConfigurationData> SMS_ENABLED
public PhoneConfigurationData()
public PhoneConfigurationData(Property<T,? super PhoneConfigurationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isAlwaysShowInternationalPhoneNumber()
public void setAlwaysShowInternationalPhoneNumber(boolean alwaysShowInternationalPhoneNumber)
public java.lang.String getCountry()
public void setCountry(java.lang.String country)
public boolean isExtensionEnabled()
public void setExtensionEnabled(boolean extensionEnabled)
public java.lang.String getLandLineExample()
public void setLandLineExample(java.lang.String landLineExample)
public java.lang.String getMobileExample()
public void setMobileExample(java.lang.String mobileExample)
public boolean isSmsEnabled()
public void setSmsEnabled(boolean smsEnabled)