public class SpecifiedMonetarySummation extends java.lang.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()
CommonMonetarySummation
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.
getLineTotal
in interface CommonMonetarySummation
@Extended public Amount getTotalAllowanceCharge()
Gets the total allowance charge.
public SpecifiedMonetarySummation setLineTotal(Amount lineTotal)
CommonMonetarySummation
Sets 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 CommonMonetarySummation
lineTotal
- the line totalpublic SpecifiedMonetarySummation setTotalAllowanceCharge(Amount totalAllowanceCharge)
Sets the total allowance charge.
totalAllowanceCharge
- the new total allowance chargeCopyright © 2014-2018 Konik.io. All Rights Reserved.