public class ExpectedInventoryRecordsDataBean
extends com.ibm.commerce.inventory.beansrc.ExpectedInventoryRecordsDataBeanBase
implements com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsInputDataBean, com.ibm.commerce.inventory.beans.ExpectedInventoryRecordsSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyExpectedInventoryRecordsId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
ExpectedInventoryRecordsDataBean(java.lang.String aExpectedInventoryRecordsId)
The Databean constructor.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyExpectedInventoryRecordsId()
This method returns the databean key:ExpectedInventoryRecordsId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the ExpectedInventoryRecordsDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyExpectedInventoryRecordsId(java.lang.String aExpectedInventoryRecordsId)
This method sets the databean key:ExpectedInventoryRecordsId
|
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 iDataBeanKeyExpectedInventoryRecordsId
public ExpectedInventoryRecordsDataBean(java.lang.String aExpectedInventoryRecordsId)
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 getDataBeanKeyExpectedInventoryRecordsId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyExpectedInventoryRecordsId(java.lang.String aExpectedInventoryRecordsId)
public void populate() throws java.lang.Exception