Public Member Functions | |
IncomeEntry (String docNumber, String globalIdentifier, String customer, Date docDate, double tax, double taxable, double taxAmount, double retention, double total) | |
String | getDocNumber () |
String | getGlobalIdentifier () |
String | getCustomer () |
Date | getDocDate () |
double | getTax () |
double | getTaxable () |
double | getTaxAmount () |
double | getRetention () |
double | getTotal () |
int | compareTo (IncomeEntry o) |
Definition at line 28 of file IncomeEntry.java.
org.turro.financials.book.IncomeEntry.IncomeEntry | ( | String | docNumber, |
String | globalIdentifier, | ||
String | customer, | ||
Date | docDate, | ||
double | tax, | ||
double | taxable, | ||
double | taxAmount, | ||
double | retention, | ||
double | total | ||
) |
Definition at line 34 of file IncomeEntry.java.
int org.turro.financials.book.IncomeEntry.compareTo | ( | IncomeEntry | o | ) |
Definition at line 84 of file IncomeEntry.java.
String org.turro.financials.book.IncomeEntry.getCustomer | ( | ) |
Definition at line 55 of file IncomeEntry.java.
Date org.turro.financials.book.IncomeEntry.getDocDate | ( | ) |
Definition at line 59 of file IncomeEntry.java.
String org.turro.financials.book.IncomeEntry.getDocNumber | ( | ) |
Definition at line 47 of file IncomeEntry.java.
String org.turro.financials.book.IncomeEntry.getGlobalIdentifier | ( | ) |
Definition at line 51 of file IncomeEntry.java.
double org.turro.financials.book.IncomeEntry.getRetention | ( | ) |
Definition at line 75 of file IncomeEntry.java.
double org.turro.financials.book.IncomeEntry.getTax | ( | ) |
Definition at line 63 of file IncomeEntry.java.
double org.turro.financials.book.IncomeEntry.getTaxable | ( | ) |
Definition at line 67 of file IncomeEntry.java.
double org.turro.financials.book.IncomeEntry.getTaxAmount | ( | ) |
Definition at line 71 of file IncomeEntry.java.
double org.turro.financials.book.IncomeEntry.getTotal | ( | ) |
Definition at line 79 of file IncomeEntry.java.