public interface TaxOrderCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| static java.lang.String | NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
| int | addOrderItem(TaxOrderItemCmd aTaxOrderItem)
Adds an order item to an order.
|
| TaxOrderItemCmd | getOrderItem(int aItemNo)
Retrieves an order item from an order.
|
| java.math.BigDecimal | getTotalTax()
Obtains the total tax calculated for this order for all relevant taxing authorities.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
int addOrderItem(TaxOrderItemCmd aTaxOrderItem)
TaxOrderItemCmd getOrderItem(int aItemNo)
java.math.BigDecimal getTotalTax()