public class Location extends Object
Constructor and Description |
---|
Location() |
Location(String country,
String postalCode,
String cityName) |
Modifier and Type | Method and Description |
---|---|
City |
getCity() |
String |
getCountry() |
void |
setCity(City city) |
void |
setCountry(String country) |
String |
toString() |
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.