

Public Member Functions | |
| StatementEntry (RegisterEntry entry) | |
| String | getId () |
| double | getBalance () |
| double | getCredit () |
| double | getDebit () |
| Date | getDate () |
| long | getOrder () |
| String | getAccount () |
| String | getDescription () |
| String | getConcept () |
| RegisterView | getView () |
| 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 | balance |
| RegisterEntry | entry |
Definition at line 34 of file StatementEntry.java.
| org.turro.financials.account.logic.StatementEntry.StatementEntry | ( | RegisterEntry | entry | ) |
Definition at line 39 of file StatementEntry.java.
| int org.turro.financials.account.logic.StatementEntry.compareTo | ( | StatementEntry | o | ) |
Definition at line 160 of file StatementEntry.java.

| String org.turro.financials.account.logic.StatementEntry.getAccount | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 79 of file StatementEntry.java.


| double org.turro.financials.account.logic.StatementEntry.getBalance | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 50 of file StatementEntry.java.

| String org.turro.financials.account.logic.StatementEntry.getConcept | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 97 of file StatementEntry.java.


| double org.turro.financials.account.logic.StatementEntry.getCredit | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 54 of file StatementEntry.java.


| Date org.turro.financials.account.logic.StatementEntry.getDate | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 68 of file StatementEntry.java.


| double org.turro.financials.account.logic.StatementEntry.getDebit | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 61 of file StatementEntry.java.


| String org.turro.financials.account.logic.StatementEntry.getDescription | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 86 of file StatementEntry.java.


| Document org.turro.financials.account.logic.StatementEntry.getDocument | ( | ) |
Definition at line 130 of file StatementEntry.java.


| RegisterEntry org.turro.financials.account.logic.StatementEntry.getEntry | ( | ) |
Definition at line 119 of file StatementEntry.java.
| String org.turro.financials.account.logic.StatementEntry.getId | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 43 of file StatementEntry.java.


| long org.turro.financials.account.logic.StatementEntry.getOrder | ( | ) |
Reimplemented in org.turro.financials.account.logic.BankEntry.
Definition at line 75 of file StatementEntry.java.

| Register org.turro.financials.account.logic.StatementEntry.getRegister | ( | ) |
Definition at line 123 of file StatementEntry.java.


| RegisterView org.turro.financials.account.logic.StatementEntry.getView | ( | ) |
Reimplemented in org.turro.financials.account.logic.StatementFirst, and org.turro.financials.account.logic.BankEntry.
Definition at line 112 of file StatementEntry.java.

| boolean org.turro.financials.account.logic.StatementEntry.isBank | ( | ) |
Definition at line 155 of file StatementEntry.java.
| boolean org.turro.financials.account.logic.StatementEntry.isConciliated | ( | ) |
Definition at line 141 of file StatementEntry.java.

| void org.turro.financials.account.logic.StatementEntry.setConciliated | ( | boolean | value | ) |
Definition at line 148 of file StatementEntry.java.


| void org.turro.financials.account.logic.StatementEntry.setInheritedBalance | ( | double | inheritedBalance | ) |
|
protected |
Definition at line 36 of file StatementEntry.java.
|
protected |
Definition at line 37 of file StatementEntry.java.