public class SpecifiedMonetarySummation extends CommonMonetarySummation
The specified per item monetary summation.
lineTotal| Constructor and Description |
|---|
SpecifiedMonetarySummation() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getLineTotal()
|
Amount |
getTotalAllowanceCharge()
|
SpecifiedMonetarySummation |
setLineTotal(Amount lineTotal)
|
SpecifiedMonetarySummation |
setTotalAllowanceCharge(Amount totalAllowanceCharge)
|
public SpecifiedMonetarySummation()
@NotNull(groups=Comfort.class) public Amount getLineTotal()
CommonMonetarySummationGets the line total.
getLineTotal in class CommonMonetarySummationpublic Amount getTotalAllowanceCharge()
Gets the total allowance charge.
public SpecifiedMonetarySummation setLineTotal(Amount lineTotal)
CommonMonetarySummationSets the line total.
setLineTotal in class CommonMonetarySummationlineTotal - the line totalpublic SpecifiedMonetarySummation setTotalAllowanceCharge(Amount totalAllowanceCharge)
Sets the total allowance charge.
totalAllowanceCharge - the new total allowance chargeCopyright © 2014 Konik.io. All Rights Reserved.