public class Location extends Object
Location()
Location(String country, String postalCode, String cityName)
City
getCity()
String
getCountry()
void
setCity(City city)
setCountry(String country)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Location()
public Location(String country, String postalCode, String cityName)
public void setCountry(String country)
public String getCountry()
public void setCity(City city)
public City getCity()
public String toString()
toString
Object
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.