public class AddressListData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<GeoLocatedAddressVO,AddressListData> |
ADDRESSES |
static BasicProperty<java.lang.Boolean,AddressListData> |
CAN_CREATE_ADDRESS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,AddressListData> |
MAX_ADDRESSES |
| Constructor and Description |
|---|
AddressListData() |
AddressListData(Property<T,? super AddressListData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<GeoLocatedAddressVO> |
getAddresses() |
java.lang.Integer |
getMaxAddresses() |
boolean |
isCanCreateAddress() |
void |
setAddresses(java.util.List<GeoLocatedAddressVO> addresses) |
void |
setCanCreateAddress(boolean canCreateAddress) |
void |
setMaxAddresses(java.lang.Integer maxAddresses) |
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 ListProperty<GeoLocatedAddressVO,AddressListData> ADDRESSES
public static final BasicProperty<java.lang.Boolean,AddressListData> CAN_CREATE_ADDRESS
public static final BasicProperty<java.lang.Integer,AddressListData> MAX_ADDRESSES
public AddressListData()
public AddressListData(Property<T,? super AddressListData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<GeoLocatedAddressVO> getAddresses()
public void setAddresses(java.util.List<GeoLocatedAddressVO> addresses)
public boolean isCanCreateAddress()
public void setCanCreateAddress(boolean canCreateAddress)
public java.lang.Integer getMaxAddresses()
public void setMaxAddresses(java.lang.Integer maxAddresses)