public class GeoLocatedAddressDTO extends AddressDTO implements INamedEntity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,GeoLocatedAddressDTO> |
HIDDEN |
static BasicProperty<java.lang.Boolean,GeoLocatedAddressDTO> |
LOCATED |
static BasicProperty<LatLongDTO,GeoLocatedAddressDTO> |
LOCATION |
static BasicProperty<java.lang.String,GeoLocatedAddressDTO> |
NAME |
ADDRESS_LINE_1, ADDRESS_LINE_2, BUILDING_NUMBER, CITY, COMPLEMENT, COUNTRY, NEIGHBORHOOD, PO_BOX, REGION, STREET, ZIPID| Constructor and Description |
|---|
GeoLocatedAddressDTO() |
GeoLocatedAddressDTO(java.lang.Long id) |
GeoLocatedAddressDTO(Property<T,? super GeoLocatedAddressDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
LatLongDTO |
getLocation() |
java.lang.String |
getName() |
boolean |
isHidden() |
boolean |
isLocated() |
void |
setHidden(boolean hidden) |
void |
setLocated(boolean located) |
void |
setLocation(LatLongDTO location) |
void |
setName(java.lang.String name) |
getAddressLine1, 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,GeoLocatedAddressDTO> HIDDEN
public static final BasicProperty<java.lang.Boolean,GeoLocatedAddressDTO> LOCATED
public static final BasicProperty<LatLongDTO,GeoLocatedAddressDTO> LOCATION
public static final BasicProperty<java.lang.String,GeoLocatedAddressDTO> NAME
public GeoLocatedAddressDTO()
public GeoLocatedAddressDTO(java.lang.Long id)
public GeoLocatedAddressDTO(Property<T,? super GeoLocatedAddressDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AddressDTOpublic boolean isHidden()
public void setHidden(boolean hidden)
public boolean isLocated()
public void setLocated(boolean located)
public LatLongDTO getLocation()
public void setLocation(LatLongDTO location)
public java.lang.String getName()
getName in interface INamedEntitypublic void setName(java.lang.String name)
setName in interface INamedEntity