public class BackOrderAllocationDataBean
extends com.ibm.commerce.inventory.beansrc.BackOrderAllocationDataBeanBase
implements com.ibm.commerce.inventory.beans.BackOrderAllocationInputDataBean, com.ibm.commerce.inventory.beans.BackOrderAllocationSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyBkOrdNum |
protected java.lang.String | iDataBeanKeyOrderItemsId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
BackOrderAllocationDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyBkOrdNum()
This method returns the data bean key:BkOrdNum(back order number).
|
java.lang.String | getDataBeanKeyOrderItemsId()
This method returns the data bean key:OrderItemsId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the BackOrderAllocationDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyBkOrdNum(java.lang.String aBkOrdNum)
This method sets the data bean key:BkOrdNum(back order number).
|
void | setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
This method sets the data bean 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 iDataBeanKeyOrderItemsId
protected java.lang.String iDataBeanKeyBkOrdNum
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 getDataBeanKeyOrderItemsId()
public java.lang.String getDataBeanKeyBkOrdNum()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
public void setDataBeanKeyBkOrdNum(java.lang.String aBkOrdNum)
public void populate() throws java.lang.Exception