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 DbGeoAreagetArea(long geoDbId)Map<Long,DbGeoArea>getAreaMap()StringgetCountryCode()Iterable<Long>getGeoDbIds()StringgetRegion()voidputArea(long geoDbId, DbGeoArea area)voidsetCountryCode(String countryCode)voidsetRegion(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)
-
-