Class GeoData


  • public class GeoData
    extends Object
    GeoData.
    Since:
    1.0
    Author:
    Andreas Rudolph
    • Constructor Detail

      • GeoData

        public GeoData​(String countryCode,
                       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)