public class PackageInformationListDataBean
extends com.ibm.commerce.inventory.beansrc.PackageInformationListListDataBeanBase
implements com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean, com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean
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 PackageInformationDataBean[] | iPackageInformationListDataBean |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
PackageInformationListDataBean() |
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:OrderId.
|
PackageInformationDataBean[] | getPackageInformationList()
This method returns the list of the package information data bean.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the PackageInformationListDataBean.
|
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 | setPackageInformationList(PackageInformationDataBean[] aListDataBean)
This method sets the package information databean list.
|
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 iDataBeanKeyOrderId
protected PackageInformationDataBean[] iPackageInformationListDataBean
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 PackageInformationDataBean[] getPackageInformationList()
public java.lang.String getDataBeanKeyOrderId()
public void setPackageInformationList(PackageInformationDataBean[] aListDataBean)
public void setDataBeanKeyOrderId(java.lang.String aOrderId)
public void populate() throws java.lang.Exception