public class OrderAmount
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
double |
getAmountTaxFree()
Get amount tax free
|
double |
getAmountTaxIncluded()
Get amount tax included
|
double |
getTaxAmount()
Get tax amount
|
Order |
set(double amountTaxFree,
double amountTaxIncluded,
double taxAmount)
Attach amount object to order
|
OrderAmount |
setAmountTaxFree(double amountTaxFree)
Set a new amount tax free
|
OrderAmount |
setAmountTaxIncluded(double amountTaxIncluded)
Set a new amount tax included
|
OrderAmount |
setTaxAmount(double taxAmount)
Set a new tax amount
|
public double getAmountTaxFree()
public double getAmountTaxIncluded()
public double getTaxAmount()
public OrderAmount setAmountTaxFree(double amountTaxFree)
amountTaxFree - /public OrderAmount setAmountTaxIncluded(double amountTaxIncluded)
amountTaxIncluded - /public OrderAmount setTaxAmount(double taxAmount)
taxAmount - /public Order set(double amountTaxFree, double amountTaxIncluded, double taxAmount)
amountTaxFree - order amount tax freeamountTaxIncluded - order amount tax includedtaxAmount - order amount tax