- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file AccountRI.java.
◆ AccountRI()
Definition at line 36 of file AccountRI.java.
37 this.account = account;
Double[] getAmountsA(String account)
Double[] getAmountsB(String account)
◆ getAccountRI()
AccountRI org.turro.financials.register.AccountRI.getAccountRI |
( |
| ) |
|
◆ getBalance()
Double org.turro.financials.register.AccountRI.getBalance |
( |
| ) |
|
◆ getBalanceA()
Double org.turro.financials.register.AccountRI.getBalanceA |
( |
| ) |
|
◆ getBalanceB()
Double org.turro.financials.register.AccountRI.getBalanceB |
( |
| ) |
|
◆ getCredit()
Double org.turro.financials.register.AccountRI.getCredit |
( |
| ) |
|
Definition at line 80 of file AccountRI.java.
81 return amountsA[1] - amountsB[1];
◆ getCreditA()
Double org.turro.financials.register.AccountRI.getCreditA |
( |
| ) |
|
◆ getCreditB()
Double org.turro.financials.register.AccountRI.getCreditB |
( |
| ) |
|
◆ getDebit()
Double org.turro.financials.register.AccountRI.getDebit |
( |
| ) |
|
Definition at line 76 of file AccountRI.java.
77 return amountsA[0] - amountsB[0];
◆ getDebitA()
Double org.turro.financials.register.AccountRI.getDebitA |
( |
| ) |
|
◆ getDebitB()
Double org.turro.financials.register.AccountRI.getDebitB |
( |
| ) |
|
◆ getDescription()
String org.turro.financials.register.AccountRI.getDescription |
( |
| ) |
|
◆ getId()
String org.turro.financials.register.AccountRI.getId |
( |
| ) |
|
◆ getMajorName()
String org.turro.financials.register.AccountRI.getMajorName |
( |
String |
major | ) |
|
Definition at line 96 of file AccountRI.java.
97 if(major !=
null && major.length() > 0) {
98 List l =
new FinancialsPU().getResultList(
99 "select m from MajorAccount as m " +
100 "where m.account = '" + major +
"' " +
101 "order by m.account desc");
103 return ((MajorAccount) l.get(0)).getDescription();
◆ getParentId()
String org.turro.financials.register.AccountRI.getParentId |
( |
| ) |
|
The documentation for this class was generated from the following file: