

Public Member Functions | |
| StatementFirst () | |
| StatementFirst (double initialDebit, double initialCredit) | |
| String | getId () |
| String | getAccount () |
| double | getBalance () |
| double | getCredit () |
| double | getDebit () |
| Date | getDate () |
| String | getAccountSearch () |
| void | setAccountSearch (String accountSearch) |
| Date | getFromDate () |
| void | setFromDate (Date fromDate) |
| String | getDescription () |
| String | getConcept () |
| RegisterView | getView () |
| void | setView (RegisterView view) |
| void | refreshData (Dao dao) |
| Date | getInitialDate (Dao dao, Date fromDate) |
Public Member Functions inherited from org.turro.financials.account.logic.StatementEntry | |
| StatementEntry (RegisterEntry entry) | |
| long | getOrder () |
| RegisterEntry | getEntry () |
| Register | getRegister () |
| Document | getDocument () |
| void | setInheritedBalance (double inheritedBalance) |
| boolean | isConciliated () |
| void | setConciliated (boolean value) |
| boolean | isBank () |
| int | compareTo (StatementEntry o) |
Protected Attributes | |
| double | initialDebit |
Protected Attributes inherited from org.turro.financials.account.logic.StatementEntry | |
| double | balance |
| RegisterEntry | entry |
Definition at line 30 of file StatementFirst.java.
| org.turro.financials.account.logic.StatementFirst.StatementFirst | ( | ) |
Definition at line 37 of file StatementFirst.java.
| org.turro.financials.account.logic.StatementFirst.StatementFirst | ( | double | initialDebit, |
| double | initialCredit | ||
| ) |
Definition at line 41 of file StatementFirst.java.

| String org.turro.financials.account.logic.StatementFirst.getAccount | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 54 of file StatementFirst.java.

| String org.turro.financials.account.logic.StatementFirst.getAccountSearch | ( | ) |
Definition at line 78 of file StatementFirst.java.
| double org.turro.financials.account.logic.StatementFirst.getBalance | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 59 of file StatementFirst.java.

| String org.turro.financials.account.logic.StatementFirst.getConcept | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 100 of file StatementFirst.java.
| double org.turro.financials.account.logic.StatementFirst.getCredit | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 64 of file StatementFirst.java.

| Date org.turro.financials.account.logic.StatementFirst.getDate | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 74 of file StatementFirst.java.

| double org.turro.financials.account.logic.StatementFirst.getDebit | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 69 of file StatementFirst.java.

| String org.turro.financials.account.logic.StatementFirst.getDescription | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 95 of file StatementFirst.java.
| Date org.turro.financials.account.logic.StatementFirst.getFromDate | ( | ) |
| String org.turro.financials.account.logic.StatementFirst.getId | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 49 of file StatementFirst.java.
| Date org.turro.financials.account.logic.StatementFirst.getInitialDate | ( | Dao | dao, |
| Date | fromDate | ||
| ) |
Definition at line 143 of file StatementFirst.java.


| RegisterView org.turro.financials.account.logic.StatementFirst.getView | ( | ) |
Reimplemented from org.turro.financials.account.logic.StatementEntry.
Definition at line 105 of file StatementFirst.java.
| void org.turro.financials.account.logic.StatementFirst.refreshData | ( | Dao | dao | ) |
Definition at line 113 of file StatementFirst.java.


| void org.turro.financials.account.logic.StatementFirst.setAccountSearch | ( | String | accountSearch | ) |
| void org.turro.financials.account.logic.StatementFirst.setFromDate | ( | Date | fromDate | ) |
| void org.turro.financials.account.logic.StatementFirst.setView | ( | RegisterView | view | ) |
|
protected |
Definition at line 32 of file StatementFirst.java.