public class DbGeoArea extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
List<DbGeoArea> |
childAreas |
DbGeoCountry |
country |
long |
countryId |
DbGeo |
geo |
long |
id |
GeoAreaLevel |
level |
String |
name |
DbGeoArea |
parentArea |
long |
parentAreaId |
String |
providerId |
Constructor and Description |
---|
DbGeoArea() |
Modifier and Type | Method and Description |
---|---|
static DbGeoArea |
createFromXml(GeoAreaImpl xml) |
boolean |
equals(Object obj) |
DbGeoArea[] |
getChildAreas(boolean recursive) |
DbGeoArea[] |
getPath(Connection c,
DbGeoHandler geoHandler) |
int |
hashCode() |
public long id
public long countryId
public long parentAreaId
public String name
public String providerId
public GeoAreaLevel level
public DbGeo geo
public DbGeoCountry country
public DbGeoArea parentArea
public static DbGeoArea createFromXml(GeoAreaImpl xml)
public DbGeoArea[] getChildAreas(boolean recursive)
public DbGeoArea[] getPath(Connection c, DbGeoHandler geoHandler) throws SQLException
SQLException
Copyright © 2019 OpenEstate. All rights reserved.