public class SpecifiedMonetarySummation extends Object implements CommonMonetarySummation
The specified per monetary summation on item basis.
| Constructor and Description |
|---|
SpecifiedMonetarySummation() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getLineTotal()
Gets total amount of the line position/s
The line total amount is the net amount, including any additions and deductions without specifying the value-added tax.
|
Amount |
getTotalAllowanceCharge()
Gets the total allowance charge.
|
SpecifiedMonetarySummation |
setLineTotal(Amount lineTotal)
Sets total amount of the line position/s.
|
SpecifiedMonetarySummation |
setTotalAllowanceCharge(Amount totalAllowanceCharge)
Sets the total allowance charge.
|
public SpecifiedMonetarySummation()
@Comfort @NotNull(groups=Comfort.class) public Amount getLineTotal()
CommonMonetarySummationGets total amount of the line position/s The line total amount is the net amount, including any additions and deductions without specifying the value-added tax.
getLineTotal in interface CommonMonetarySummation@Extended public Amount getTotalAllowanceCharge()
Gets the total allowance charge.
public SpecifiedMonetarySummation setLineTotal(Amount lineTotal)
CommonMonetarySummationSets total amount of the line position/s. The line total amount is the net amount, including any additions and deductions without specifying the value-added tax.
setLineTotal in interface CommonMonetarySummationlineTotal - the line totalpublic SpecifiedMonetarySummation setTotalAllowanceCharge(Amount totalAllowanceCharge)
Sets the total allowance charge.
totalAllowanceCharge - the new total allowance chargeCopyright © 2014-2016 Konik.io. All Rights Reserved.