public class PhoneListData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,PhoneListData> |
CAN_CREATE_LANDLINE_PHONE |
static BasicProperty<java.lang.Boolean,PhoneListData> |
CAN_CREATE_MOBILE_PHONE |
static BasicProperty<java.lang.Boolean,PhoneListData> |
CAN_ENABLE_FOR_SMS |
static BasicProperty<java.lang.Boolean,PhoneListData> |
CAN_VERIFY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,PhoneListData> |
MANAGES_PHONES |
static BasicProperty<java.lang.Integer,PhoneListData> |
MAX_LAND_LINE_PHONES |
static BasicProperty<java.lang.Integer,PhoneListData> |
MAX_MOBILE_PHONES |
static ListProperty<PhoneVO,PhoneListData> |
PHONES |
static BasicProperty<java.lang.Boolean,PhoneListData> |
SMS_ENABLED |
| Constructor and Description |
|---|
PhoneListData() |
PhoneListData(Property<T,? super PhoneListData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Integer |
getMaxLandLinePhones() |
java.lang.Integer |
getMaxMobilePhones() |
java.util.List<PhoneVO> |
getPhones() |
boolean |
isCanCreateLandlinePhone() |
boolean |
isCanCreateMobilePhone() |
boolean |
isCanEnableForSms() |
boolean |
isCanVerify() |
boolean |
isManagesPhones() |
boolean |
isSmsEnabled() |
void |
setCanCreateLandlinePhone(boolean canCreateLandlinePhone) |
void |
setCanCreateMobilePhone(boolean canCreateMobilePhone) |
void |
setCanEnableForSms(boolean canEnableForSms) |
void |
setCanVerify(boolean canVerify) |
void |
setManagesPhones(boolean managesPhones) |
void |
setMaxLandLinePhones(java.lang.Integer maxLandLinePhones) |
void |
setMaxMobilePhones(java.lang.Integer maxMobilePhones) |
void |
setPhones(java.util.List<PhoneVO> phones) |
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,PhoneListData> CAN_CREATE_LANDLINE_PHONE
public static final BasicProperty<java.lang.Boolean,PhoneListData> CAN_CREATE_MOBILE_PHONE
public static final BasicProperty<java.lang.Boolean,PhoneListData> CAN_ENABLE_FOR_SMS
public static final BasicProperty<java.lang.Boolean,PhoneListData> CAN_VERIFY
public static final BasicProperty<java.lang.Boolean,PhoneListData> MANAGES_PHONES
public static final BasicProperty<java.lang.Integer,PhoneListData> MAX_LAND_LINE_PHONES
public static final BasicProperty<java.lang.Integer,PhoneListData> MAX_MOBILE_PHONES
public static final ListProperty<PhoneVO,PhoneListData> PHONES
public static final BasicProperty<java.lang.Boolean,PhoneListData> SMS_ENABLED
public PhoneListData()
public PhoneListData(Property<T,? super PhoneListData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isCanCreateLandlinePhone()
public void setCanCreateLandlinePhone(boolean canCreateLandlinePhone)
public boolean isCanCreateMobilePhone()
public void setCanCreateMobilePhone(boolean canCreateMobilePhone)
public boolean isCanEnableForSms()
public void setCanEnableForSms(boolean canEnableForSms)
public boolean isCanVerify()
public void setCanVerify(boolean canVerify)
public boolean isManagesPhones()
public void setManagesPhones(boolean managesPhones)
public java.lang.Integer getMaxLandLinePhones()
public void setMaxLandLinePhones(java.lang.Integer maxLandLinePhones)
public java.lang.Integer getMaxMobilePhones()
public void setMaxMobilePhones(java.lang.Integer maxMobilePhones)
public java.util.List<PhoneVO> getPhones()
public void setPhones(java.util.List<PhoneVO> phones)
public boolean isSmsEnabled()
public void setSmsEnabled(boolean smsEnabled)