de.umass.lastfm
Class Geo.Metro
java.lang.Object
de.umass.lastfm.Geo.Metro
- Enclosing class:
- Geo
public static class Geo.Metro
- extends Object
This inner class represents a Metro, which is composed of its name and the name of its country.
- See Also:
Geo.getMetros(String, String)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Geo.Metro
public Geo.Metro(String name,
String country)
getName
public String getName()
getCountry
public String getCountry()