public class PackageInformationDataBean
extends com.ibm.commerce.inventory.beansrc.PackageInformationListDataBeanBase
implements com.ibm.commerce.inventory.beans.PackageInformationInputDataBean, com.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PackageInformationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDescription()
This method returns the databean key:Description.
|
java.lang.String |
getDataBeanKeyPackageId()
This method returns the databean key:PackageId.
|
java.lang.String |
getDataBeanKeyTrackingId()
This method returns the databean key:TrackingId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the PackageInformationDataBean(It does nothing here).
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyDescription(java.lang.String aDescription)
This method sets the databean key:Description.
|
void |
setDataBeanKeyPackageId(java.lang.String aPackageId)
This method sets the databean key:PackageId.
|
void |
setDataBeanKeyTrackingId(java.lang.String aTrackingId)
This method sets the databean key:TrackingId.
|
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 getDataBeanKeyDescription()
getDataBeanKeyDescription in interface com.ibm.commerce.inventory.beans.PackageInformationSmartDataBeanpublic java.lang.String getDataBeanKeyTrackingId()
getDataBeanKeyTrackingId in interface com.ibm.commerce.inventory.beans.PackageInformationSmartDataBeanpublic java.lang.String getDataBeanKeyPackageId()
getDataBeanKeyPackageId in interface com.ibm.commerce.inventory.beans.PackageInformationSmartDataBeanpublic void setDataBeanKeyDescription(java.lang.String aDescription)
setDataBeanKeyDescription in interface com.ibm.commerce.inventory.beans.PackageInformationInputDataBeanaDescription - java.lang.Stringpublic void setDataBeanKeyTrackingId(java.lang.String aTrackingId)
setDataBeanKeyTrackingId in interface com.ibm.commerce.inventory.beans.PackageInformationInputDataBeanaTrackingId - java.lang.Stringpublic void setDataBeanKeyPackageId(java.lang.String aPackageId)
setDataBeanKeyPackageId in interface com.ibm.commerce.inventory.beans.PackageInformationInputDataBeanaPackageId - java.lang.Stringvoidpublic void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exception