public class GetOrderLevelParameterCmdImpl extends TaskCommandImpl implements GetOrderLevelParameterCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT |
Constructor and Description |
---|
GetOrderLevelParameterCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal | getAmount()
Gets the adjustment amount.
|
java.lang.Integer | getType()
Returns the parameter type: 2 - percentage 3 - fixed
|
boolean | isOverride()
Returns whether the directly attached calculation codes will override the indirectly attached calculation codes and the default calculation code.
|
void | performExecute()
This method performs the business logic for this command.
|
void | reset()
This method is called after a command has been executed.
|
void | setOrder(OrderAccessBean aabOrder)
Sets the order.
|
void | setOrderItems(OrderItemAccessBean[] aabOrderItems)
Sets the orderitems.
|
void | setUsageId(java.lang.Integer anUsageId)
Sets the calculation usage.
|
public static final java.lang.String COPYRIGHT
public java.math.BigDecimal getAmount()
public java.lang.Integer getType()
public boolean isOverride()
public void performExecute() throws ECException
public void reset()
public void setOrder(OrderAccessBean aabOrder)
public void setOrderItems(OrderItemAccessBean[] aabOrderItems)
public void setUsageId(java.lang.Integer anUsageId)