Checks whether an Order can be marked as a template by the
SetOrderTemplateCmd
controller command.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The name of the default implementation class for this command interface. |
static java.lang.String |
NAME The name of this command interface. |
Method Summary | |
---|---|
void |
setOrder(
OrderAccessBean aabOrder) Sets the order to be checked. |
void |
setUsage(java.lang.Integer anUsage)
Sets the template usage to be checked. |
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 void setOrder(OrderAccessBean aabOrder)
aabOrder
- the Order to be checked.public void setUsage(java.lang.Integer anUsage)
anUsage
- the usage value to be checked.