public class PackSlipDetailListDataBean
extends com.ibm.commerce.inventory.beansrc.PackSlipDetailListListDataBeanBase
implements com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBean, com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
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 OrderReleaseDataBean[] | iPackSlipDetailListDataBean |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
PackSlipDetailListDataBean() |
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.
|
OrderReleaseDataBean[] | getPackSlipDetailList()
This method returns the list of the order release .
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the PackSlipDetailListDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyOrderId(java.lang.String aOrderId)
This method sets the order id.
|
void | setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
This method sets the order release number.
|
void | setPackSlipDetailList(OrderReleaseDataBean[] aListDataBean)
This method sets the list of order release.
|
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 OrderReleaseDataBean[] iPackSlipDetailListDataBean
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 OrderReleaseDataBean[] getPackSlipDetailList()
public java.lang.String getDataBeanKeyOrderId()
public void setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
public void setPackSlipDetailList(OrderReleaseDataBean[] aListDataBean)
public void setDataBeanKeyOrderId(java.lang.String aOrderId)
public void populate() throws java.lang.Exception