public class RABackOrderAllocationDataBean
extends com.ibm.commerce.inventory.beansrc.RABackOrderAllocationDataBeanBase
implements com.ibm.commerce.inventory.beans.RABackOrderAllocationInputDataBean, com.ibm.commerce.inventory.beans.RABackOrderAllocationSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
RABackOrderAllocationDataBean() |
| 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:order items id.
|
java.lang.String |
getDataBeanKeyRaBackAlloNum()
This method returns the databean key:RaBackAlloNum.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the RABackOrderAllocationDataBean.
|
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: order items id.
|
void |
setDataBeanKeyRaBackAlloNum(java.lang.String aRaBackAlloNum)
This method sets the databean key:RaBackAlloNum.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegategetEntity, getItemSpcId, getItemSpcIdInEntityType, getLastupdate, getLastupdateInEntityType, getOrderitemsId, getOrderitemsIdInEntityType, getQtyAllocated, getQtyAllocatedInEntityType, getRaBackAlloNum, getRaBackAlloNumInEntityType, getRaDetailId, getRaDetailIdInEntityType, instantiateEntity, setInitKey_orderitemsId, setInitKey_orderitemsId, setInitKey_raBackAlloNum, setInitKey_raBackAlloNum, setItemSpcId, setItemSpcId, setLastupdate, setLastupdate, setOrderitemsId, setOrderitemsId, setQtyAllocated, setQtyAllocated, setRaBackAlloNum, setRaBackAlloNum, setRaDetailId, setRaDetailIdpublic 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.RABackOrderAllocationSmartDataBeanpublic java.lang.String getDataBeanKeyRaBackAlloNum()
getDataBeanKeyRaBackAlloNum in interface com.ibm.commerce.inventory.beans.RABackOrderAllocationSmartDataBeanpublic 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.RABackOrderAllocationInputDataBeanaOrderitemsId - java.lang.Stringpublic void setDataBeanKeyRaBackAlloNum(java.lang.String aRaBackAlloNum)
setDataBeanKeyRaBackAlloNum in interface com.ibm.commerce.inventory.beans.RABackOrderAllocationInputDataBeanaRaBackAlloNum - java.lang.Stringpublic void populate()
iDataBeanKeyOrderitemsId and iDataBeanKeyRaBackAlloNum
using the setDataBeanKeyOrderitemsId(String) and setDataBeanKeyRaBackAlloNum(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyOrderitemsId(String),
setDataBeanKeyRaBackAlloNum(String)