public class Location extends Object
| Constructor and Description |
|---|
Location(String street,
String city,
String zipCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getStreet() |
String |
getZipCode() |
void |
setCity(String city) |
void |
setStreet(String street) |
void |
setZipCode(String zipCode) |
Copyright © 2008–2017. All rights reserved.