| Constructor and Description |
|---|
Geo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
GeoCoordinates |
getCoordinates() |
Place |
getPlace() |
java.lang.Integer |
getShowmap() |
java.lang.String |
getType() |
int |
hashCode() |
Geo |
setCoordinates(GeoCoordinates coordinates) |
Geo |
setPlace(Place place) |
Geo |
setShowmap(java.lang.Integer showmap) |
Geo |
setType(java.lang.String type) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic GeoCoordinates getCoordinates()
public Geo setCoordinates(GeoCoordinates coordinates)
public Place getPlace()
public java.lang.Integer getShowmap()
public Geo setShowmap(java.lang.Integer showmap)
public java.lang.String getType()
public Geo setType(java.lang.String type)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()