Reserved for IBM Internal use. Returns the order level attachment parameter of a particular order.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName |
static java.lang.String |
NAME |
Method Summary | |
---|---|
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 |
setOrder(
OrderAccessBean aabOrder) Sets the order. |
void |
setOrderItems(
OrderItemAccessBean[] aabOrderItems) Sets the orderitems. |
void |
setUsageId(java.lang.Integer anUsageId)
Sets the calculation usage. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.math.BigDecimal getAmount()
public java.lang.Integer getType()
public boolean isOverride()
public void setOrder(OrderAccessBean aabOrder)
public void setOrderItems(OrderItemAccessBean[] aabOrderItems)
public void setUsageId(java.lang.Integer anUsageId)