public class Customer extends Object
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
String |
getName() |
void |
setAddress(Address address) |
void |
setName(String name) |
Copyright © 2016 Glasnost. All rights reserved.