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.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyExpectedInventoryRecordsBackAlloNum |
protected java.lang.String | iDataBeanKeyOrderitemsId |
protected TypedProperty | iRequestProperties |
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.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyExpectedInventoryRecordsBackAlloNum
protected java.lang.String iDataBeanKeyOrderitemsId
public ExpectedInventoryRecordsBackOrderAllocationDataBean(java.lang.String aExpectedInventoryRecordsBackAlloNum, java.lang.String aOrderitemsId)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyExpectedInventoryRecordsBackAlloNum()
public java.lang.String getDataBeanKeyOrderitemsId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyExpectedInventoryRecordsBackAlloNum(java.lang.String aExpectedInventoryRecordsBackAlloNum)
public void setDataBeanKeyOrderitemsId(java.lang.String aOrderitemsId)
public void populate() throws java.lang.Exception