public class SpecifiedMonetarySummation extends CommonMonetarySummation
The specified per item monetary summation.
lineTotal| Constructor and Description |
|---|
SpecifiedMonetarySummation() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getLineTotal()
Gets total amount of the line positions.
|
Amount |
getTotalAllowanceCharge()
Gets the total allowance charge.
|
SpecifiedMonetarySummation |
setLineTotal(Amount lineTotal)
Sets total amount of the line positions.
|
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 positions.
getLineTotal in class CommonMonetarySummation@Extended public Amount getTotalAllowanceCharge()
Gets the total allowance charge.
public SpecifiedMonetarySummation setLineTotal(Amount lineTotal)
CommonMonetarySummationSets total amount of the line positions.
setLineTotal in class CommonMonetarySummationlineTotal - the line totalpublic SpecifiedMonetarySummation setTotalAllowanceCharge(Amount totalAllowanceCharge)
Sets the total allowance charge.
totalAllowanceCharge - the new total allowance chargeCopyright © 2014-2015 Konik.io. All Rights Reserved.