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