public class UserAddressDTO extends GeoLocatedAddressDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,UserAddressDTO> |
DEFAULT_ADDRESS |
static BasicProperty<UserVO,UserAddressDTO> |
USER |
HIDDEN, LOCATED, LOCATION, NAMEADDRESS_LINE_1, ADDRESS_LINE_2, BUILDING_NUMBER, CITY, COMPLEMENT, COUNTRY, NEIGHBORHOOD, PO_BOX, REGION, STREET, ZIPID| Constructor and Description |
|---|
UserAddressDTO() |
UserAddressDTO(java.lang.Long id) |
UserAddressDTO(Property<T,? super UserAddressDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getUser() |
boolean |
isDefaultAddress() |
void |
setDefaultAddress(boolean defaultAddress) |
void |
setUser(UserVO user) |
getLocation, getName, isHidden, isLocated, setHidden, setLocated, setLocation, setNamegetAddressLine1, getAddressLine2, getBuildingNumber, getCity, getComplement, getCountry, getNeighborhood, getPoBox, getRegion, getStreet, getZip, setAddressLine1, setAddressLine2, setBuildingNumber, setCity, setComplement, setCountry, setNeighborhood, setPoBox, setRegion, setStreet, setZip, 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,UserAddressDTO> DEFAULT_ADDRESS
public static final BasicProperty<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 GeoLocatedAddressDTOpublic boolean isDefaultAddress()
public void setDefaultAddress(boolean defaultAddress)
public UserVO getUser()
public void setUser(UserVO user)
public java.lang.String className()
className in class GeoLocatedAddressDTO