public class Order extends Object
| Constructor and Description |
|---|
Order() |
Order(Book book,
int quantity,
String address,
String email) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Book |
getBook() |
String |
getEmail() |
int |
getQuantity() |
void |
setAddress(String address) |
void |
setBook(Book book) |
void |
setEmail(String email) |
void |
setQuantity(int quantity) |
public Book getBook()
public void setBook(Book book)
public int getQuantity()
public void setQuantity(int quantity)
public String getAddress()
public void setAddress(String address)
public String getEmail()
public void setEmail(String email)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.