◆ add()
boolean org.turro.financials.model.document.AmountRetainedSet.add |
( |
Double |
perCent, |
|
|
Double |
taxable, |
|
|
int |
fractionDigits |
|
) |
| |
Definition at line 30 of file AmountRetainedSet.java.
32 ar.setFractionDigits(fractionDigits);
AmountRetained getPercent(Double perCent)
◆ clearEmpty()
void org.turro.financials.model.document.AmountRetainedSet.clearEmpty |
( |
| ) |
|
Definition at line 62 of file AmountRetainedSet.java.
63 Iterator<AmountRetained> it = iterator();
65 if(it.next().isEmpty()) {
◆ getPercent()
AmountRetained org.turro.financials.model.document.AmountRetainedSet.getPercent |
( |
Double |
perCent | ) |
|
Definition at line 37 of file AmountRetainedSet.java.
38 for(AmountRetained ar :
this) {
39 if(ar.isPerCent(perCent)) {
43 return new AmountRetained(perCent);
◆ getRetained()
double org.turro.financials.model.document.AmountRetainedSet.getRetained |
( |
| ) |
|
◆ getTaxable()
double org.turro.financials.model.document.AmountRetainedSet.getTaxable |
( |
| ) |
|
The documentation for this class was generated from the following file: