Class GeoData
- java.lang.Object
-
- com.openindex.openestate.tool.agency.utils.GeoData
-
public class GeoData extends Object
GeoData.- Since:
- 1.0
- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbGeoArea
getArea(long geoDbId)
Map<Long,DbGeoArea>
getAreaMap()
String
getCountryCode()
Iterable<Long>
getGeoDbIds()
String
getRegion()
void
putArea(long geoDbId, DbGeoArea area)
void
setCountryCode(String countryCode)
void
setRegion(String region)
-
-
-
Method Detail
-
getArea
public DbGeoArea getArea(long geoDbId)
-
getCountryCode
public String getCountryCode()
-
getRegion
public String getRegion()
-
putArea
public void putArea(long geoDbId, DbGeoArea area)
-
setCountryCode
public void setCountryCode(String countryCode)
-
setRegion
public void setRegion(String region)
-
-