public class Address extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Address.Minimal |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getStreet1() |
String |
getZipCode() |
void |
setCity(String city) |
void |
setStreet(String street) |
void |
setZipCode(String zipCode) |
Copyright © 2008–2017. All rights reserved.