public class MonetarySummation extends java.lang.Object
| Constructor and Description |
|---|
MonetarySummation() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getAllowanceTotal()
|
Amount |
getChargeTotal()
|
Amount |
getDuePayable()
|
Amount |
getGrandTotal()
|
Amount |
getNetTotal()
|
Amount |
getTaxBasisTotal()
|
Amount |
getTaxTotal()
|
Amount |
getTotalPrepaid()
|
MonetarySummation |
setAllowanceTotal(Amount allowanceTotal)
|
MonetarySummation |
setChargeTotal(Amount chargeTotal)
|
MonetarySummation |
setDuePayable(Amount duePayable)
|
MonetarySummation |
setGrandTotal(Amount grandTotal)
|
MonetarySummation |
setNetTotal(Amount netTotal)
|
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
public Amount getNetTotal()
Gets the line total amount.
BASIC
public 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 setNetTotal(Amount netTotal)
Sets the line total amount.
BASIC
netTotal - 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.