
@Entity public class AddressPoint extends Object implements Serializable
| Constructor and Description |
|---|
AddressPoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
City |
getCity() |
Country |
getCountry() |
com.vividsolutions.jts.geom.Point |
getGeog() |
String |
getHouseNumber() |
Float |
getLat() |
Float |
getLng() |
String |
getOrientationNumber() |
Street |
getStreet() |
int |
getUid() |
void |
setCity(City city) |
void |
setCountry(Country country) |
void |
setGeog(com.vividsolutions.jts.geom.Point geog) |
void |
setHouseNumber(String houseNumber) |
void |
setLat(Float lat) |
void |
setLng(Float lng) |
void |
setOrientationNumber(String orientationNumber) |
void |
setStreet(Street street) |
void |
setUid(int uid) |
String |
toString() |
public int getUid()
public void setUid(int uid)
public Country getCountry()
public void setCountry(Country country)
public City getCity()
public void setCity(City city)
public Street getStreet()
public void setStreet(Street street)
public String getHouseNumber()
public void setHouseNumber(String houseNumber)
public String getOrientationNumber()
public void setOrientationNumber(String orientationNumber)
public Float getLat()
public void setLat(Float lat)
public Float getLng()
public void setLng(Float lng)
public com.vividsolutions.jts.geom.Point getGeog()
public void setGeog(com.vividsolutions.jts.geom.Point geog)
Copyright © 2013. All Rights Reserved.