@Entity public abstract class GeoLocatedAddress extends Address implements INamedEntity
| Constructor and Description |
|---|
GeoLocatedAddress() |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
getLocation() |
java.lang.String |
getName() |
boolean |
isHidden() |
boolean |
isLocated() |
void |
setHidden(boolean hidden) |
void |
setLocated(boolean located) |
void |
setLocation(LatLong location) |
void |
setName(java.lang.String name) |
getAddressLine1, getAddressLine2, getBuildingNumber, getCity, getComplement, getCountry, getNature, getNeighborhood, getPoBox, getRegion, getStreet, getZip, setAddressLine1, setAddressLine2, setBuildingNumber, setCity, setComplement, setCountry, setNeighborhood, setPoBox, setRegion, setStreet, setZipgetDataTranslationType, getLogType, getNetwork, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic LatLong getLocation()
public java.lang.String getName()
getName in interface INamedEntitypublic boolean isHidden()
public boolean isLocated()
public void setHidden(boolean hidden)
public void setLocated(boolean located)
public void setLocation(LatLong location)
public void setName(java.lang.String name)
setName in interface INamedEntity