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.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyDescription |
protected java.lang.String | iDataBeanKeyPackageId |
protected java.lang.String | iDataBeanKeyTrackingId |
protected TypedProperty | iRequestProperties |
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.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyDescription
protected java.lang.String iDataBeanKeyTrackingId
protected java.lang.String iDataBeanKeyPackageId
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 getDataBeanKeyDescription()
public java.lang.String getDataBeanKeyTrackingId()
public java.lang.String getDataBeanKeyPackageId()
public void setDataBeanKeyDescription(java.lang.String aDescription)
public void setDataBeanKeyTrackingId(java.lang.String aTrackingId)
public void setDataBeanKeyPackageId(java.lang.String aPackageId)
public void populate() throws java.lang.Exception