18 package org.turro.financials.treasury.m111;
35 private ModelType(
int order, String retAccount, String opAccount, Long bookId) {
37 this.retAccount = retAccount;
38 this.opAccount = opAccount;
59 if(accountId.matches(RET_PERSONAL.getRetAccount())) {
61 }
else if(accountId.matches(RET_PROFESSIONAL.getRetAccount())) {
62 return RET_PROFESSIONAL;
63 }
else if(accountId.matches(RET_RENTER.getRetAccount())) {
65 }
else if(accountId.matches(RET_DIVIDEND.getRetAccount())) {
72 if(accountId.matches(RET_PERSONAL.getOpAccount())) {
74 }
else if(accountId.matches(RET_PROFESSIONAL.getOpAccount())) {
76 }
else if(accountId.matches(RET_RENTER.getOpAccount())) {
78 }
else if(accountId.matches(RET_DIVIDEND.getOpAccount())) {
static ModelType checkType(String accountId)
static boolean isTaxable(String accountId)