public class ExpectedInventoryRecordsBackOrderAllocationDataBean
extends com.ibm.commerce.inventory.beansrc.ExpectedInventoryRecordsBackOrderAllocationDataBeanBase
implements com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsBackOrderAllocationInputDataBean, com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsBackOrderAllocationSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ExpectedInventoryRecordsBackOrderAllocationDataBean(java.lang.String aExpectedInventoryRecordsBackAlloNum,
java.lang.String aOrderitemsId)
The Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyExpectedInventoryRecordsBackAlloNum()
This method returns the databean key:ExpectedInventoryRecordsBackAlloNum.
|
java.lang.String |
getDataBeanKeyOrderitemsId()
This method returns the databean key:OrderitemsId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ExpectedInventoryRecordsBackOrderAllocationDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyExpectedInventoryRecordsBackAlloNum(java.lang.String aExpectedInventoryRecordsBackAlloNum)
This method sets the databean key:ExpectedInventoryRecordsBackAlloNum
|
void |
setDataBeanKeyOrderitemsId(java.lang.String aOrderitemsId)
This method sets the databean key:OrderitemsId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegategetEntity, getExpectedInventoryRecordsBackAlloNum, getExpectedInventoryRecordsBackAlloNumInEntityType, getExpectedInventoryRecordsDetailId, getExpectedInventoryRecordsDetailIdInEntityType, getItemSpcId, getItemSpcIdInEntityType, getLastupdate, getLastupdateInEntityType, getOrderitemsId, getOrderitemsIdInEntityType, getQtyAllocated, getQtyAllocatedInEntityType, instantiateEntity, setExpectedInventoryRecordsBackAlloNum, setExpectedInventoryRecordsBackAlloNum, setExpectedInventoryRecordsDetailId, setExpectedInventoryRecordsDetailId, setInitKey_expectedInventoryRecordsBackAlloNum, setInitKey_expectedInventoryRecordsBackAlloNum, setInitKey_orderitemsId, setInitKey_orderitemsId, setItemSpcId, setItemSpcId, setLastupdate, setLastupdate, setOrderitemsId, setOrderitemsId, setQtyAllocated, setQtyAllocatedpublic static final java.lang.String COPYRIGHT
public ExpectedInventoryRecordsBackOrderAllocationDataBean(java.lang.String aExpectedInventoryRecordsBackAlloNum,
java.lang.String aOrderitemsId)
aExpectedInventoryRecordsBackAlloNum - java.lang.StringaOrderitemsId - java.lang.Stringpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyExpectedInventoryRecordsBackAlloNum()
getDataBeanKeyExpectedInventoryRecordsBackAlloNum in interface com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsBackOrderAllocationSmartDataBeanpublic java.lang.String getDataBeanKeyOrderitemsId()
getDataBeanKeyOrderitemsId in interface com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsBackOrderAllocationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyExpectedInventoryRecordsBackAlloNum(java.lang.String aExpectedInventoryRecordsBackAlloNum)
setDataBeanKeyExpectedInventoryRecordsBackAlloNum in interface com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsBackOrderAllocationInputDataBeanaExpectedInventoryRecordsBackAlloNum - java.lang.Stringpublic void setDataBeanKeyOrderitemsId(java.lang.String aOrderitemsId)
setDataBeanKeyOrderitemsId in interface com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsBackOrderAllocationInputDataBeanaOrderitemsId - java.lang.Stringpublic void populate()
iDataBeanKeyExpectedInventoryRecordsBackAlloNum and iDataBeanKeyOrderitemsId
using the setDataBeanKeyExpectedInventoryRecordsBackAlloNum(String) and setDataBeanKeyOrderitemsId(String)
method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyExpectedInventoryRecordsBackAlloNum(String),
setDataBeanKeyOrderitemsId(String)