public class UserAddressDTO extends AddressDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,UserAddressDTO> |
DEFAULT_ADDRESS |
static Property<java.lang.Boolean,UserAddressDTO> |
HIDDEN |
static Property<java.lang.Boolean,UserAddressDTO> |
LOCATED |
static Property<LatLongDTO,UserAddressDTO> |
LOCATION |
static Property<java.lang.String,UserAddressDTO> |
NAME |
static Property<UserVO,UserAddressDTO> |
USER |
ADDRESS_LINE_1, ADDRESS_LINE_2, CITY, COUNTRY, NEIGHBORHOOD, PO_BOX, REGION, ZIPID| Constructor and Description |
|---|
UserAddressDTO() |
UserAddressDTO(java.lang.Long id) |
UserAddressDTO(Property<T,? super UserAddressDTO> 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
|
LatLongDTO |
getLocation() |
java.lang.String |
getName() |
UserVO |
getUser() |
boolean |
isDefaultAddress() |
boolean |
isHidden() |
boolean |
isLocated() |
void |
setDefaultAddress(boolean defaultAddress) |
void |
setHidden(boolean hidden) |
void |
setLocated(boolean located) |
void |
setLocation(LatLongDTO location) |
void |
setName(java.lang.String name) |
void |
setUser(UserVO user) |
getAddressLine1, getAddressLine2, getCity, getCountry, getNeighborhood, getPoBox, getRegion, getZip, setAddressLine1, setAddressLine2, setCity, setCountry, setNeighborhood, setPoBox, setRegion, setZip, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,UserAddressDTO> DEFAULT_ADDRESS
public static final Property<java.lang.Boolean,UserAddressDTO> HIDDEN
public static final Property<java.lang.Boolean,UserAddressDTO> LOCATED
public static final Property<LatLongDTO,UserAddressDTO> LOCATION
public static final Property<java.lang.String,UserAddressDTO> NAME
public static final Property<UserVO,UserAddressDTO> USER
public UserAddressDTO()
public UserAddressDTO(java.lang.Long id)
public UserAddressDTO(Property<T,? super UserAddressDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AddressDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class AddressDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class AddressDTOpublic boolean isDefaultAddress()
public boolean isHidden()
public boolean isLocated()
public LatLongDTO getLocation()
public java.lang.String getName()
public UserVO getUser()
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)
public void setUser(UserVO user)