de.umass.lastfm
Class Geo.Metro

java.lang.Object
  extended by 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)

Constructor Summary
Geo.Metro(String name, String country)
           
 
Method Summary
 String getCountry()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Geo.Metro

public Geo.Metro(String name,
                 String country)
Method Detail

getName

public String getName()

getCountry

public String getCountry()