Uses of Class
org.myorg.jpatickets.bo.Address
- 
Packages that use Address Package Description org.myorg.jpatickets.bo  - 
- 
Uses of Address in org.myorg.jpatickets.bo
Fields in org.myorg.jpatickets.bo declared as Address Modifier and Type Field Description private AddressVenue. addressMethods in org.myorg.jpatickets.bo that return Address Modifier and Type Method Description AddressVenue. getAddress()AddressAddress. withCity(String city)AddressAddress. withState(String state)AddressAddress. withStreet(String street)AddressAddress. withZipCode(int zipCode)Methods in org.myorg.jpatickets.bo with parameters of type Address Modifier and Type Method Description voidVenue. setAddress(Address address)VenueVenue. withAddress(Address address) 
 -