public class DbGeoCountry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
List<DbGeoArea> |
areas |
DbGeo |
geo |
long |
geoId |
long |
id |
Locale |
locale |
String |
name |
String |
providerId |
Constructor and Description |
---|
DbGeoCountry() |
Modifier and Type | Method and Description |
---|---|
static DbGeoCountry |
createFromXml(GeoCountryImpl xml) |
boolean |
equals(Object obj) |
DbGeoArea[] |
getChildAreas(boolean recursive) |
int |
hashCode() |
public long id
public long geoId
public Locale locale
public String name
public String providerId
public DbGeo geo
public static DbGeoCountry createFromXml(GeoCountryImpl xml)
public DbGeoArea[] getChildAreas(boolean recursive)
Copyright © 2019 OpenEstate. All rights reserved.