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.
|
emptyString| 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.
|
getDelegatefulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyOrderReleaseNumber()
getDataBeanKeyOrderReleaseNumber in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBeanpublic OrderReleaseDataBean[] getPackSlipDetailList()
getPackSlipDetailList in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBeanpublic java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBeanpublic void setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
setDataBeanKeyOrderReleaseNumber in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBeanaOrderReleaseNumber - java.lang.Stringpublic void setPackSlipDetailList(OrderReleaseDataBean[] aListDataBean)
setPackSlipDetailList in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBeanaListDataBean - OrderReleaseDataBean[]public void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBeanaOrderId - java.lang.Stringpublic void populate()
throws java.lang.Exception
iDataBeanKeyOrderId and iDataBeanKeyOrderReleaseNumber
using the setDataBeanKeyOrderId(String) and setDataBeanKeyOrderReleaseNumber(String)
method before running the populate() method.populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyOrderId(String),
setDataBeanKeyOrderReleaseNumber(String)