java.lang.Object
de.gwdg.metadataqa.marc.cli.utils.placename.PlaceName

public class PlaceName extends Object
  • Constructor Details

    • PlaceName

      public PlaceName(String city, int geoid, String geoname, String country, float latitude, float longitude)
    • PlaceName

      public PlaceName(String[] row)
  • Method Details

    • getCity

      public String getCity()
    • getCountry

      public String getCountry()
    • getGeoname

      public String getGeoname()
    • getGeoid

      public int getGeoid()
    • getLatitude

      public float getLatitude()
    • getLongitude

      public float getLongitude()