public class OrderStatusDataBean extends InputDataBeanImpl implements CommandDataBean
PopulateOrderStatusDataBeanCmd.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderStatusDataBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandInterfaceName()
Returns the command interface name.
|
java.lang.String |
getCustomerOrderNumber()
Returns the customer order number.
|
java.lang.String |
getExternalOrderId()
Returns the external order ID.
|
com.ibm.commerce.order.datatypes.OrderType |
getOrder()
Returns the order.
|
java.lang.Long |
getOrderId()
Returns the order ID.
|
void |
setCommandInterfaceName(java.lang.String ifname)
Sets the command interface name.
|
void |
setCustomerOrderNumber(java.lang.String astrCustomerOrderNumber)
Sets the customer order number.
|
void |
setExternalOrderId(java.lang.String astrExternalOrderId)
Sets the external order ID.
|
void |
setOrder(com.ibm.commerce.order.datatypes.OrderType aOrder)
Sets the order.
|
void |
setOrderId(java.lang.Long anOrderId)
Sets the order ID.
|
getRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
getCommandInterfaceName in interface CommandDataBeanpublic void setCommandInterfaceName(java.lang.String ifname)
setCommandInterfaceName in interface CommandDataBeanifname - the command interface name.public java.lang.Long getOrderId()
public void setOrderId(java.lang.Long anOrderId)
anOrderID - the order ID.public java.lang.String getExternalOrderId()
public void setExternalOrderId(java.lang.String astrExternalOrderId)
astrExternalOrderID - the external order ID.public java.lang.String getCustomerOrderNumber()
public void setCustomerOrderNumber(java.lang.String astrCustomerOrderNumber)
astrCustomerOrderNumber - the customer order number.public com.ibm.commerce.order.datatypes.OrderType getOrder()
public void setOrder(com.ibm.commerce.order.datatypes.OrderType aOrder)
aOrder - the order.