| Class | Description |
|---|---|
| CafetData | |
| Choice | |
| Client |
The Client object is the wich stores every client information for later use,
it's generaly generated by a Data static method (such as
Data.getClient(int id)) |
| Expense |
The Expense object is the one that stores every expense's information for
later use, it's generaly generated by the Client's method
getExpenses or even directly whith the Data
static method getClientExpenses(). |
| ExpenseDetail |
ExpenseDetail stores information about a piece of a bill, it
can be acquired by the Expense's methode
getDetails() |
| Formula | |
| FormulaBought | |
| OrderBuilder | |
| Payable | |
| Product | |
| ProductBought | |
| ProductGroup | |
| Reload |
Copyright © 2019 Nowtryz. All rights reserved.