Public Member Functions | |
BankEntry (BankAccount account) | |
String | getId () |
String | getAccount () |
double | getBalance () |
double | getCredit () |
double | getDebit () |
Date | getDate () |
String | getDescription () |
String | getConcept () |
RegisterView | getView () |
long | getOrder () |
Public Member Functions inherited from org.turro.financials.account.logic.StatementEntry | |
StatementEntry (RegisterEntry entry) | |
RegisterEntry | getEntry () |
Register | getRegister () |
Document | getDocument () |
void | setInheritedBalance (double inheritedBalance) |
boolean | isConciliated () |
void | setConciliated (boolean value) |
boolean | isBank () |
int | compareTo (StatementEntry o) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.financials.account.logic.StatementEntry | |
double | balance |
RegisterEntry | entry |
Definition at line 30 of file BankEntry.java.
org.turro.financials.account.logic.BankEntry.BankEntry | ( | BankAccount | account | ) |
Definition at line 34 of file BankEntry.java.
String org.turro.financials.account.logic.BankEntry.getAccount | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 48 of file BankEntry.java.
double org.turro.financials.account.logic.BankEntry.getBalance | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 53 of file BankEntry.java.
String org.turro.financials.account.logic.BankEntry.getConcept | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 78 of file BankEntry.java.
double org.turro.financials.account.logic.BankEntry.getCredit | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 58 of file BankEntry.java.
Date org.turro.financials.account.logic.BankEntry.getDate | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 68 of file BankEntry.java.
double org.turro.financials.account.logic.BankEntry.getDebit | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 63 of file BankEntry.java.
String org.turro.financials.account.logic.BankEntry.getDescription | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 73 of file BankEntry.java.
String org.turro.financials.account.logic.BankEntry.getId | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 40 of file BankEntry.java.
long org.turro.financials.account.logic.BankEntry.getOrder | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 88 of file BankEntry.java.
RegisterView org.turro.financials.account.logic.BankEntry.getView | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 83 of file BankEntry.java.