public class OrderItemShippingHistoryDataBean
extends com.ibm.commerce.inventory.beansrc.OrderItemShippingHistoryDataBeanBase
implements com.ibm.commerce.inventory.beans.OrderItemShippingHistoryInputDataBean, com.ibm.commerce.inventory.beans.OrderItemShippingHistorySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderItemShippingHistoryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyOrderItemsId()
This method returns the databean key:OrderItemsId.
|
java.lang.String |
getDataBeanKeyOrdShipHstNum()
This method returns the databean key:OrdShipHstNum.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderItemShippingHistoryDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
This method sets the databean key:OrderItemsId.
|
void |
setDataBeanKeyOrdShipHstNum(java.lang.String aOrdShipHstNum)
This method sets the databean key:OrdShipHstNum.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrderItemsId, findNonTrackedInventoryByOrderItemsId, getDateShipped, getDateShippedInEntityType, getEntity, getLastupdate, getLastupdateInEntityType, getOrderItemsId, getOrderItemsIdInEntityType, getOrdShipHstNum, getOrdShipHstNumInEntityType, getQtyReturned, getQtyReturnedInEntityType, getQtyShipped, getQtyShippedInEntityType, getReceiptId, getReceiptIdInEntityType, getVersionSpcId, getVersionSpcIdInEntityType, instantiateEntity, setDateShipped, setDateShipped, setInitKey_orderItemsId, setInitKey_orderItemsId, setInitKey_ordShipHstNum, setInitKey_ordShipHstNum, setLastupdate, setLastupdate, setOrderItemsId, setOrderItemsId, setOrdShipHstNum, setOrdShipHstNum, setQtyReturned, setQtyReturned, setQtyShipped, setQtyShipped, setReceiptId, setReceiptId, setVersionSpcId, setVersionSpcIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyOrdShipHstNum()
getDataBeanKeyOrdShipHstNum in interface com.ibm.commerce.inventory.beans.OrderItemShippingHistorySmartDataBeanpublic java.lang.String getDataBeanKeyOrderItemsId()
getDataBeanKeyOrderItemsId in interface com.ibm.commerce.inventory.beans.OrderItemShippingHistorySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyOrdShipHstNum(java.lang.String aOrdShipHstNum)
setDataBeanKeyOrdShipHstNum in interface com.ibm.commerce.inventory.beans.OrderItemShippingHistoryInputDataBeanaOrdShipHstNum - java.lang.Stringpublic void setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
setDataBeanKeyOrderItemsId in interface com.ibm.commerce.inventory.beans.OrderItemShippingHistoryInputDataBeanaOrderItemsId - java.lang.Stringpublic void populate()
iDataBeanKeyOrderItemsId and iDataBeanKeyOrdShipHstNum
using the setDataBeanKeyOrderItemsId(String) and setDataBeanKeyOrdShipHstNum(String)
method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyOrderItemsId(String),
setDataBeanKeyOrdShipHstNum(String)