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.
|
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 getDataBeanKeyDescription()
getDataBeanKeyDescription
in interface com.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
public java.lang.String getDataBeanKeyTrackingId()
getDataBeanKeyTrackingId
in interface com.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
public java.lang.String getDataBeanKeyPackageId()
getDataBeanKeyPackageId
in interface com.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
public void setDataBeanKeyDescription(java.lang.String aDescription)
setDataBeanKeyDescription
in interface com.ibm.commerce.inventory.beans.PackageInformationInputDataBean
aDescription
- java.lang.Stringpublic void setDataBeanKeyTrackingId(java.lang.String aTrackingId)
setDataBeanKeyTrackingId
in interface com.ibm.commerce.inventory.beans.PackageInformationInputDataBean
aTrackingId
- java.lang.Stringpublic void setDataBeanKeyPackageId(java.lang.String aPackageId)
setDataBeanKeyPackageId
in interface com.ibm.commerce.inventory.beans.PackageInformationInputDataBean
aPackageId
- java.lang.Stringvoidpublic void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception