public class MobilePhoneData extends PhoneData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,MobilePhoneData> |
CAN_MANUALLY_VERIFY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,MobilePhoneData> |
SMS_ENABLED |
static BasicProperty<java.lang.Boolean,MobilePhoneData> |
VERIFIED |
CAN_MANAGE_PRIVACY, CAN_ONLY_SET_PRIVATE, CONFIGURATION, FORMATTED_NUMBERCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
MobilePhoneData() |
MobilePhoneData(Property<T,? super MobilePhoneData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isCanManuallyVerify() |
boolean |
isSmsEnabled() |
boolean |
isVerified() |
void |
setCanManuallyVerify(boolean canManuallyVerify) |
void |
setSmsEnabled(boolean smsEnabled) |
void |
setVerified(boolean verified) |
getConfiguration, getFormattedNumber, isCanManagePrivacy, isCanOnlySetPrivate, setCanManagePrivacy, setCanOnlySetPrivate, setConfiguration, setFormattedNumbergetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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,MobilePhoneData> CAN_MANUALLY_VERIFY
public static final BasicProperty<java.lang.Boolean,MobilePhoneData> SMS_ENABLED
public static final BasicProperty<java.lang.Boolean,MobilePhoneData> VERIFIED
public MobilePhoneData()
public MobilePhoneData(Property<T,? super MobilePhoneData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PhoneDatapublic boolean isCanManuallyVerify()
public void setCanManuallyVerify(boolean canManuallyVerify)
public boolean isSmsEnabled()
public void setSmsEnabled(boolean smsEnabled)
public boolean isVerified()
public void setVerified(boolean verified)