public class PackageInformationByReleaseNumberListDataBean
extends com.ibm.commerce.inventory.beansrc.PackageInformationByReleaseNumberListListDataBeanBase
implements com.ibm.commerce.inventory.beans.PackageInformationByReleaseNumberInputListDataBean, com.ibm.commerce.inventory.beans.PackageInformationByReleaseNumberSmartListDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyOrderId |
protected java.lang.String | iDataBeanKeyOrderReleaseNumber |
protected PackageInformationByReleaseNumberDataBean[] | iPackageInformationByReleaseNumberListDataBean |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
PackageInformationByReleaseNumberListDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyOrderId()
This method returns the databean key:order id.
|
java.lang.String | getDataBeanKeyOrderReleaseNumber()
This method returns the databean key:order release number.
|
PackageInformationByReleaseNumberDataBean[] | getPackageInformationByReleaseNumberList()
This method returns the list of PackageInformationByReleaseNumberDataBean.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the PackageInformationByReleaseNumberListDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyOrderId(java.lang.String aOrderId)
This method sets the databean key:order id.
|
void | setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
This method sets the databean key:order release number.
|
void | setPackageInformationByReleaseNumberList(PackageInformationByReleaseNumberDataBean[] aListDataBean)
This method sets the list of package information by the release number.
|
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 iDataBeanKeyOrderReleaseNumber
protected java.lang.String iDataBeanKeyOrderId
protected PackageInformationByReleaseNumberDataBean[] iPackageInformationByReleaseNumberListDataBean
public PackageInformationByReleaseNumberListDataBean()
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public java.lang.String getDataBeanKeyOrderReleaseNumber()
public PackageInformationByReleaseNumberDataBean[] getPackageInformationByReleaseNumberList()
public java.lang.String getDataBeanKeyOrderId()
public void setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
public void setPackageInformationByReleaseNumberList(PackageInformationByReleaseNumberDataBean[] aListDataBean)
public void setDataBeanKeyOrderId(java.lang.String aOrderId)
public void populate() throws java.lang.Exception