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.
|
getDelegate
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
getRequestProperties
in class InputDataBeanImpl
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
setRequestProperties
in class InputDataBeanImpl
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
getCommandContext
in class SmartDataBeanImpl
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
setCommandContext
in class SmartDataBeanImpl
aCommandContext
- com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyOrderReleaseNumber()
getDataBeanKeyOrderReleaseNumber
in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
public OrderReleaseDataBean[] getPackSlipDetailList()
getPackSlipDetailList
in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
public java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId
in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
public void setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
setDataBeanKeyOrderReleaseNumber
in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBean
aOrderReleaseNumber
- java.lang.Stringpublic void setPackSlipDetailList(OrderReleaseDataBean[] aListDataBean)
setPackSlipDetailList
in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBean
aListDataBean
- OrderReleaseDataBean[]public void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId
in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBean
aOrderId
- 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 SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyOrderId(String)
,
setDataBeanKeyOrderReleaseNumber(String)