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 Address
Venue. address
Methods in org.myorg.jpatickets.bo that return Address Modifier and Type Method Description Address
Venue. getAddress()
Address
Address. withCity(String city)
Address
Address. withState(String state)
Address
Address. withStreet(String street)
Address
Address. withZipCode(int zipCode)
Methods in org.myorg.jpatickets.bo with parameters of type Address Modifier and Type Method Description void
Venue. setAddress(Address address)
Venue
Venue. withAddress(Address address)
-