public class GetHistoryOrderTotalAmountCmdImpl extends TaskCommandImpl implements GetHistoryOrderTotalAmountCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
| GetHistoryOrderTotalAmountCmdImpl()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
| HistoryOrder | getHistoryOrder()
This method gets the history order object.
|
| java.math.BigDecimal | getTotalAmount()
This method returns the input hisotry order' total amount.
|
| void | performExecute()
This method executes the main logic of this command.
|
| void | reset()
Resets instance variables to their initial values.
|
| void | setHistoryOrder(HistoryOrder anOrder)
This method sets the order object.
|
public static final java.lang.String COPYRIGHT
public GetHistoryOrderTotalAmountCmdImpl()
public void performExecute()
throws ECException
public void reset()
public HistoryOrder getHistoryOrder()
public java.math.BigDecimal getTotalAmount()
public void setHistoryOrder(HistoryOrder anOrder)