public class OrderItemPickingHistoryDataBean
extends com.ibm.commerce.inventory.beansrc.OrderItemPickingHistoryDataBeanBase
implements com.ibm.commerce.inventory.beans.OrderItemPickingHistoryInputDataBean, com.ibm.commerce.inventory.beans.OrderItemPickingHistorySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderItemPickingHistoryDataBean() |
| 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 |
getDataBeanKeyOrdPickHstNum()
This method returns the databean key:OrdPickHstNum.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderItemPickingHistoryDataBean.
|
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 |
setDataBeanKeyOrdPickHstNum(java.lang.String aOrdPickHstNum)
This method sets the databean key:OrdPickHstNum.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrderItemsId, getDatePicked, getDatePickedInEntityType, getEntity, getLastupdate, getLastupdateInEntityType, getOrderItemsId, getOrderItemsIdInEntityType, getOrderPickingType, getOrderPickingTypeInEntityType, getOrdPickHstNum, getOrdPickHstNumInEntityType, getQtyPicked, getQtyPickedInEntityType, getReceiptId, getReceiptIdInEntityType, getVersionspcId, getVersionspcIdInEntityType, instantiateEntity, setDatePicked, setDatePicked, setInitKey_orderItemsId, setInitKey_orderItemsId, setInitKey_ordPickHstNum, setInitKey_ordPickHstNum, setLastupdate, setLastupdate, setOrderItemsId, setOrderItemsId, setOrderPickingType, setOrderPickingType, setOrdPickHstNum, setOrdPickHstNum, setQtyPicked, setQtyPicked, 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 getDataBeanKeyOrderItemsId()
getDataBeanKeyOrderItemsId in interface com.ibm.commerce.inventory.beans.OrderItemPickingHistorySmartDataBeanpublic java.lang.String getDataBeanKeyOrdPickHstNum()
getDataBeanKeyOrdPickHstNum in interface com.ibm.commerce.inventory.beans.OrderItemPickingHistorySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
setDataBeanKeyOrderItemsId in interface com.ibm.commerce.inventory.beans.OrderItemPickingHistoryInputDataBeanaOrderItemsId - java.lang.Stringpublic void setDataBeanKeyOrdPickHstNum(java.lang.String aOrdPickHstNum)
setDataBeanKeyOrdPickHstNum in interface com.ibm.commerce.inventory.beans.OrderItemPickingHistoryInputDataBeanaOrdPickHstNum - java.lang.Stringpublic void populate()
iDataBeanKeyOrderItemsId and iDataBeanKeyOrdPickHstNum
using the setDataBeanKeyOrderItemsId(String) and setDataBeanKeyOrdPickHstNum(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyOrderItemsId(String),
setDataBeanKeyOrdPickHstNum(String)