public class AvailableReceiptDataBean
extends com.ibm.commerce.inventory.beansrc.AvailableReceiptDataBeanBase
implements com.ibm.commerce.inventory.beans.AvailableReceiptInputDataBean, com.ibm.commerce.inventory.beans.AvailableReceiptSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT |
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyRcptAvailId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
AvailableReceiptDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyRcptAvailId()
This method returns the databean key:RcptAvailId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the AvailableReceiptDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyRcptAvailId(java.lang.String aRcptAvailId)
This method sets the databean key:RcptAvailId.
|
void | setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyRcptAvailId
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 getDataBeanKeyRcptAvailId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyRcptAvailId(java.lang.String aRcptAvailId)
public void populate() throws java.lang.Exception