public class MonetarySummation extends CommonMonetarySummation
lineTotal| Constructor and Description |
|---|
MonetarySummation() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getAllowanceTotal()
|
Amount |
getChargeTotal()
|
Amount |
getDuePayable()
|
Amount |
getGrandTotal()
|
Amount |
getLineTotal()
|
Amount |
getTaxBasisTotal()
|
Amount |
getTaxTotal()
|
Amount |
getTotalPrepaid()
|
MonetarySummation |
setAllowanceTotal(Amount allowanceTotal)
|
MonetarySummation |
setChargeTotal(Amount chargeTotal)
|
MonetarySummation |
setDuePayable(Amount duePayable)
|
MonetarySummation |
setGrandTotal(Amount grandTotal)
|
MonetarySummation |
setLineTotal(Amount lineTotal)
|
MonetarySummation |
setTaxBasisTotal(Amount taxBasisTotal)
|
MonetarySummation |
setTaxTotal(Amount taxTotal)
|
MonetarySummation |
setTotalPrepaid(Amount totalPrepaid)
|
public MonetarySummation()
public Amount getAllowanceTotal()
Gets the allowance total amount.
BASIC
public Amount getChargeTotal()
Gets the charge total amount.
BASIC
public Amount getDuePayable()
Gets the due payable amount.
COMFORT
public Amount getGrandTotal()
Gets the grand total amount.
BASIC
@Basic @NotNull public Amount getLineTotal()
Gets the line total amount.
getLineTotal in class CommonMonetarySummationpublic Amount getTaxBasisTotal()
Gets the tax basis total amount. The invoice net sum = netTotal + charges - allowence.
BASIC
public Amount getTaxTotal()
Gets the total tax amount.
BASIC
public Amount getTotalPrepaid()
Gets the total prepaid amount.
COMFORT
public MonetarySummation setAllowanceTotal(Amount allowanceTotal)
Sets the allowance total amount.
BASIC
allowanceTotal - the new allowance total amountpublic MonetarySummation setChargeTotal(Amount chargeTotal)
Sets the charge total amount.
BASIC
chargeTotal - the new charge total amountpublic MonetarySummation setDuePayable(Amount duePayable)
Sets the due payable amount.
COMFORT
duePayable - the new due payable amountpublic MonetarySummation setGrandTotal(Amount grandTotal)
Sets the grand total amount.
BASIC
grandTotal - the new grand total amountpublic MonetarySummation setLineTotal(Amount lineTotal)
Sets the line total amount.
setLineTotal in class CommonMonetarySummationlineTotal - the new line total amountpublic MonetarySummation setTaxBasisTotal(Amount taxBasisTotal)
Sets the tax basis total amount.
The invoice net sum = netTotal + charges - allowence.
BASIC
taxBasisTotal - the new tax basis total amountpublic MonetarySummation setTaxTotal(Amount taxTotal)
Sets the total tax amount.
BASIC
taxTotal - the new tax total amountpublic MonetarySummation setTotalPrepaid(Amount totalPrepaid)
Sets the total prepaid amount.
COMFORT
totalPrepaid - the new total prepaid amountCopyright © 2014 Konik.io. All Rights Reserved.