org.zeroexchange.location
Class DefaultLocationReader

java.lang.Object
  extended by org.zeroexchange.location.DefaultLocationReader
All Implemented Interfaces:
LocationReader

public class DefaultLocationReader
extends Object
implements LocationReader

Author:
black

Constructor Summary
DefaultLocationReader()
           
 
Method Summary
 List<City> getCities(Country country)
          Returns cities.
 List<Country> getCountries()
          Returns countries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLocationReader

public DefaultLocationReader()
Method Detail

getCountries

public List<Country> getCountries()
Description copied from interface: LocationReader
Returns countries.

Specified by:
getCountries in interface LocationReader

getCities

public List<City> getCities(Country country)
Description copied from interface: LocationReader
Returns cities.

Specified by:
getCities in interface LocationReader


Copyright © 2013. All Rights Reserved.