public class FormulaBought extends ExpenseDetail
| Constructor and Description |
|---|
FormulaBought() |
FormulaBought(int id,
int formula,
String name,
int client,
float price,
int quantity,
Calendar date) |
| Modifier and Type | Method and Description |
|---|---|
Formula |
getFormula()
Return the formula
|
int |
getId()
Return the id
|
ProductBought[] |
getProducts()
Return the products
|
getClient, getDate, getName, getPrice, getQuantitypublic FormulaBought(int id,
int formula,
String name,
int client,
float price,
int quantity,
Calendar date)
id - formula - name - client - price - quantity - date - public FormulaBought()
public final int getId()
public final Formula getFormula() throws APIException, IOException
IOExceptionAPIExceptionpublic final ProductBought[] getProducts() throws SQLException, APIException, IOException
SQLExceptionIOExceptionAPIExceptionCopyright © 2019 Nowtryz. All rights reserved.