public class Address extends Object
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getStreet() |
String |
getZipcode() |
void |
setCity(String city) |
void |
setStreet(String street) |
void |
setZipcode(String zipcode) |
String |
toString() |
Copyright © 2020. All rights reserved.