18 package org.turro.financials.register;
20 import java.util.List;
21 import org.turro.financials.db.FinancialsPU;
22 import org.turro.financials.entity.Account;
23 import org.turro.financials.entity.MajorAccount;
33 private Double amountsA[], amountsB[];
34 private String parentId;
37 this.account = account;
45 return account.
getId();
77 return amountsA[0] - amountsB[0];
81 return amountsA[1] - amountsB[1];
97 if(major !=
null && major.length() > 0) {
99 "select m from MajorAccount as m " +
100 "where m.account = '" + major +
"' " +
101 "order by m.account desc");
String getMajorName(String major)
AccountRI(Account account, BalanceFilter filter)
Double[] getAmountsA(String account)
Double[] getAmountsB(String account)