JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Uses of Class
org.bookstore.customer.entity.Address
Packages that use
Address
Package
Description
org.bookstore.customer.entity
org.bookstore.order.entity
Uses of
Address
in
org.bookstore.customer.entity
Methods in
org.bookstore.customer.entity
that return
Address
Modifier and Type
Method
Description
Address
Customer.
getAddress
()
Methods in
org.bookstore.customer.entity
with parameters of type
Address
Modifier and Type
Method
Description
void
Customer.
setAddress
(
Address
address)
Uses of
Address
in
org.bookstore.order.entity
Methods in
org.bookstore.order.entity
that return
Address
Modifier and Type
Method
Description
Address
Order.
getAddress
()
Methods in
org.bookstore.order.entity
with parameters of type
Address
Modifier and Type
Method
Description
void
Order.
setAddress
(
Address
address)