45 HashSet<Account>
set =
new HashSet<Account>();
48 String acc = lta.getPattern();
50 if(acc.indexOf(
"%s") > -1) {
59 acc = convertPattern(acc,
"\\%sct", store.
getId() +
"");
60 acc = convertPattern(acc,
"\\%s", store.
getId() +
"");
62 if(acc.indexOf(
"%ct") > -1) {
71 acc = convertPattern(acc,
"\\%ct", contract.
getId() +
"");
73 acc = convertPattern(acc,
"\\%ltv",
convertToString(lta.getTypeValue()));
76 account.
setId(AccountFormat.expand(acc));
81 (lta.getTypeValue() != 0 ? (
" (" + lta.getTypeValue() +
")") :
""));
void setDescription(String description)
ContractPreference getDefaultContractPreference()
ContractDefinition getContractDefinition()
String getFullDescription()
ContractPreference getContractPreference()
Set< LineTypeAccount > getLineTypeAccounts()
static String convertToString(double value)