public class GeoLocatedAddressVO extends AddressVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Double,GeoLocatedAddressVO> |
CURRENT_DISTANCE |
static BasicProperty<java.lang.Boolean,GeoLocatedAddressVO> |
HIDDEN |
static BasicProperty<java.lang.Boolean,GeoLocatedAddressVO> |
LOCATED |
static BasicProperty<LatLongDTO,GeoLocatedAddressVO> |
LOCATION |
static BasicProperty<java.lang.String,GeoLocatedAddressVO> |
NAME |
ADDRESS_LINE_1, ADDRESS_LINE_2, BUILDING_NUMBER, CITY, COMPLEMENT, COUNTRY, NEIGHBORHOOD, PO_BOX, REGION, STREET, ZIPID| Constructor and Description |
|---|
GeoLocatedAddressVO() |
GeoLocatedAddressVO(java.lang.Long id) |
GeoLocatedAddressVO(Property<T,? super GeoLocatedAddressVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Double |
getCurrentDistance() |
LatLongDTO |
getLocation() |
java.lang.String |
getName() |
boolean |
isHidden() |
boolean |
isLocated() |
void |
setCurrentDistance(java.lang.Double currentDistance) |
void |
setHidden(boolean hidden) |
void |
setLocated(boolean located) |
void |
setLocation(LatLongDTO location) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
getAddressLine1, getAddressLine2, getBuildingNumber, getCity, getComplement, getCountry, getNeighborhood, getPoBox, getRegion, getStreet, getZip, setAddressLine1, setAddressLine2, setBuildingNumber, setCity, setComplement, setCountry, setNeighborhood, setPoBox, setRegion, setStreet, setZipgetId, getIds, getUniqueIdsequals, 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.Double,GeoLocatedAddressVO> CURRENT_DISTANCE
public static final BasicProperty<java.lang.Boolean,GeoLocatedAddressVO> HIDDEN
public static final BasicProperty<java.lang.Boolean,GeoLocatedAddressVO> LOCATED
public static final BasicProperty<LatLongDTO,GeoLocatedAddressVO> LOCATION
public static final BasicProperty<java.lang.String,GeoLocatedAddressVO> NAME
public GeoLocatedAddressVO()
public GeoLocatedAddressVO(java.lang.Long id)
public GeoLocatedAddressVO(Property<T,? super GeoLocatedAddressVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AddressVOpublic java.lang.Double getCurrentDistance()
public void setCurrentDistance(java.lang.Double currentDistance)
public 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()
public void setName(java.lang.String name)