public class ProductBought extends ExpenseDetail
| Constructor and Description |
|---|
ProductBought() |
ProductBought(int product,
String name,
int client,
float price,
int quantity,
Calendar date) |
| Modifier and Type | Method and Description |
|---|---|
Product |
getProduct()
Return the product
|
getClient, getDate, getName, getPrice, getQuantitypublic ProductBought(int product,
String name,
int client,
float price,
int quantity,
Calendar date)
product - name - client - price - quantity - date - public ProductBought()
public final Product getProduct() throws APIException, IOException
IOExceptionAPIExceptionCopyright © 2019 Nowtryz. All rights reserved.