Package org.bookstore.customer.entity
Class Customer
java.lang.Object
org.bookstore.customer.entity.Customer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetEmail()getId()voidsetAddress(Address address) voidsetCreditCard(CreditCard creditCard) voidvoidsetFirstName(String firstName) voidvoidsetLastName(String lastName) 
- 
Constructor Details- 
Customerpublic Customer()
 
- 
- 
Method Details- 
getId
- 
setId
- 
getFirstName
- 
setFirstName
- 
getLastName
- 
setLastName
- 
getEmail
- 
setEmail
- 
getAddress
- 
setAddress
- 
getCreditCard
- 
setCreditCard
 
-