public class MobilePhoneDTO extends PhoneDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,MobilePhoneDTO> |
ENABLED_FOR_SMS |
static BasicProperty<DateTime,MobilePhoneDTO> |
VERIFICATION_CODE_SEND_DATE |
static BasicProperty<java.lang.Boolean,MobilePhoneDTO> |
VERIFIED |
FORMATTED_NUMBER, HIDDEN, NORMALIZED_NUMBER, RAW_NUMBER, USERNAMEID| Constructor and Description |
|---|
MobilePhoneDTO() |
MobilePhoneDTO(java.lang.Long id) |
MobilePhoneDTO(Property<T,? super MobilePhoneDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getVerificationCodeSendDate() |
boolean |
isEnabledForSms() |
boolean |
isVerified() |
void |
setEnabledForSms(boolean enabledForSms) |
void |
setVerificationCodeSendDate(DateTime verificationCodeSendDate) |
void |
setVerified(boolean verified) |
getFormattedNumber, getNormalizedNumber, getRawNumber, getUser, isHidden, setFormattedNumber, setHidden, setNormalizedNumber, setRawNumber, setUsercompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, 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,MobilePhoneDTO> ENABLED_FOR_SMS
public static final BasicProperty<DateTime,MobilePhoneDTO> VERIFICATION_CODE_SEND_DATE
public static final BasicProperty<java.lang.Boolean,MobilePhoneDTO> VERIFIED
public MobilePhoneDTO()
public MobilePhoneDTO(java.lang.Long id)
public MobilePhoneDTO(Property<T,? super MobilePhoneDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PhoneDTOpublic boolean isEnabledForSms()
public void setEnabledForSms(boolean enabledForSms)
public DateTime getVerificationCodeSendDate()
public void setVerificationCodeSendDate(DateTime verificationCodeSendDate)
public boolean isVerified()
public void setVerified(boolean verified)