

Public Member Functions | |
| ExpensesEntry (String docNumber, String globalIdentifier, String provider, String type, Date receiptDate, Date docDate, double tax, double taxable, double taxAmount, double total) | |
| String | getDocNumber () |
| String | getGlobalIdentifier () |
| String | getProvider () |
| String | getType () |
| Date | getReceiptDate () |
| Date | getDocDate () |
| double | getTax () |
| double | getTaxable () |
| double | getTaxAmount () |
| double | getTotal () |
| int | compareTo (ExpensesEntry o) |
Definition at line 28 of file ExpensesEntry.java.
| org.turro.financials.book.ExpensesEntry.ExpensesEntry | ( | String | docNumber, |
| String | globalIdentifier, | ||
| String | provider, | ||
| String | type, | ||
| Date | receiptDate, | ||
| Date | docDate, | ||
| double | tax, | ||
| double | taxable, | ||
| double | taxAmount, | ||
| double | total | ||
| ) |
Definition at line 34 of file ExpensesEntry.java.
| int org.turro.financials.book.ExpensesEntry.compareTo | ( | ExpensesEntry | o | ) |
Definition at line 89 of file ExpensesEntry.java.
| Date org.turro.financials.book.ExpensesEntry.getDocDate | ( | ) |
Definition at line 68 of file ExpensesEntry.java.
| String org.turro.financials.book.ExpensesEntry.getDocNumber | ( | ) |
Definition at line 48 of file ExpensesEntry.java.
| String org.turro.financials.book.ExpensesEntry.getGlobalIdentifier | ( | ) |
Definition at line 52 of file ExpensesEntry.java.
| String org.turro.financials.book.ExpensesEntry.getProvider | ( | ) |
Definition at line 56 of file ExpensesEntry.java.
| Date org.turro.financials.book.ExpensesEntry.getReceiptDate | ( | ) |
Definition at line 64 of file ExpensesEntry.java.
| double org.turro.financials.book.ExpensesEntry.getTax | ( | ) |
Definition at line 72 of file ExpensesEntry.java.
| double org.turro.financials.book.ExpensesEntry.getTaxable | ( | ) |
Definition at line 76 of file ExpensesEntry.java.
| double org.turro.financials.book.ExpensesEntry.getTaxAmount | ( | ) |
Definition at line 80 of file ExpensesEntry.java.
| double org.turro.financials.book.ExpensesEntry.getTotal | ( | ) |
Definition at line 84 of file ExpensesEntry.java.
| String org.turro.financials.book.ExpensesEntry.getType | ( | ) |
Definition at line 60 of file ExpensesEntry.java.