Modifier and Type | Field and Description |
---|---|
private Account |
account |
private String |
email |
private List<Product> |
products |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount() |
String |
getEmail() |
List<Product> |
getProducts() |
void |
setAccount(Account account) |
protected void |
setEmail(String email) |
void |
setProducts(List<Product> products) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.