| Package | Description |
|---|---|
| org.myorg.jpatickets.bo |
| Modifier and Type | Field and Description |
|---|---|
private Address |
Venue.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
Venue.getAddress() |
Address |
Address.withCity(String city) |
Address |
Address.withState(String state) |
Address |
Address.withStreet(String street) |
Address |
Address.withZipCode(int zipCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
Venue.setAddress(Address address) |
Venue |
Venue.withAddress(Address address) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.