public class UserAddressVO extends AddressVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Double,UserAddressVO> |
CURRENT_DISTANCE |
static Property<java.lang.Boolean,UserAddressVO> |
DEFAULT_ADDRESS |
static Property<java.lang.Boolean,UserAddressVO> |
HIDDEN |
static Property<java.lang.Boolean,UserAddressVO> |
LOCATED |
static Property<LatLongDTO,UserAddressVO> |
LOCATION |
static Property<java.lang.String,UserAddressVO> |
NAME |
ADDRESS_LINE_1, ADDRESS_LINE_2, CITY, COUNTRY, NEIGHBORHOOD, PO_BOX, REGION, ZIPID| Constructor and Description |
|---|
UserAddressVO() |
UserAddressVO(java.lang.Long id) |
UserAddressVO(Property<T,? super UserAddressVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
double |
getCurrentDistance() |
LatLongDTO |
getLocation() |
java.lang.String |
getName() |
boolean |
isDefaultAddress() |
boolean |
isHidden() |
boolean |
isLocated() |
void |
setCurrentDistance(double currentDistance) |
void |
setDefaultAddress(boolean defaultAddress) |
void |
setHidden(boolean hidden) |
void |
setLocated(boolean located) |
void |
setLocation(LatLongDTO location) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
getAddressLine1, getAddressLine2, getCity, getCountry, getNeighborhood, getPoBox, getRegion, getZip, setAddressLine1, setAddressLine2, setCity, setCountry, setNeighborhood, setPoBox, setRegion, setZipgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Double,UserAddressVO> CURRENT_DISTANCE
public static final Property<java.lang.Boolean,UserAddressVO> DEFAULT_ADDRESS
public static final Property<java.lang.Boolean,UserAddressVO> HIDDEN
public static final Property<java.lang.Boolean,UserAddressVO> LOCATED
public static final Property<LatLongDTO,UserAddressVO> LOCATION
public static final Property<java.lang.String,UserAddressVO> NAME
public UserAddressVO()
public UserAddressVO(java.lang.Long id)
public UserAddressVO(Property<T,? super UserAddressVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AddressVOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic double getCurrentDistance()
public boolean isDefaultAddress()
public boolean isHidden()
public boolean isLocated()
public LatLongDTO getLocation()
public java.lang.String getName()
public void setCurrentDistance(double currentDistance)
public void setDefaultAddress(boolean defaultAddress)
public void setHidden(boolean hidden)
public void setLocated(boolean located)
public void setLocation(LatLongDTO location)
public void setName(java.lang.String name)