com.ibm.commerce.inventory.beans
Class PackageInformationDataBean
- java.lang.Object
-
- com.ibm.commerce.beans.InputDataBeanImpl
-
- com.ibm.commerce.beans.SmartDataBeanImpl
-
- com.ibm.commerce.inventory.beansrc.PackageInformationListDataBeanBase
-
- com.ibm.commerce.inventory.beans.PackageInformationDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.inventory.beans.PackageInformationInputDataBean, com.ibm.commerce.inventory.beans.PackageInformationSmartDataBean, Delegator, java.io.Serializable
public class PackageInformationDataBean extends com.ibm.commerce.inventory.beansrc.PackageInformationListDataBeanBase implements com.ibm.commerce.inventory.beans.PackageInformationInputDataBean, com.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
This databean represents a PackageInformationDataBean object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description PackageInformationDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class com.ibm.commerce.inventory.beansrc.PackageInformationListDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestProperties
public TypedProperty getRequestProperties()
This method returns the request property set within this bean.- Specified by:
getRequestProperties
in interfaceInputDataBean
- Overrides:
getRequestProperties
in classInputDataBeanImpl
- Returns:
- com.ibm.commerce.datatype.TypedProperty
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.- Specified by:
setRequestProperties
in interfaceInputDataBean
- Overrides:
setRequestProperties
in classInputDataBeanImpl
- Parameters:
aRequestProperty
- com.ibm.commerce.datatype.TypedProperty
-
getCommandContext
public CommandContext getCommandContext()
This method returns the command context set within this bean.- Specified by:
getCommandContext
in interfaceSmartDataBean
- Overrides:
getCommandContext
in classSmartDataBeanImpl
- Returns:
- com.ibm.commerce.command.CommandContext
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.- Specified by:
setCommandContext
in interfaceSmartDataBean
- Overrides:
setCommandContext
in classSmartDataBeanImpl
- Parameters:
aCommandContext
- com.ibm.commerce.command.CommandContext
-
getDataBeanKeyDescription
public java.lang.String getDataBeanKeyDescription()
This method returns the databean key:Description.- Specified by:
getDataBeanKeyDescription
in interfacecom.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
- Returns:
- java.lang.String the databean key:Description.
-
getDataBeanKeyTrackingId
public java.lang.String getDataBeanKeyTrackingId()
This method returns the databean key:TrackingId.- Specified by:
getDataBeanKeyTrackingId
in interfacecom.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
- Returns:
- java.lang.String the databean key:TrackingId.
-
getDataBeanKeyPackageId
public java.lang.String getDataBeanKeyPackageId()
This method returns the databean key:PackageId.- Specified by:
getDataBeanKeyPackageId
in interfacecom.ibm.commerce.inventory.beans.PackageInformationSmartDataBean
- Returns:
- java.lang.String the databean key:PackageId.
-
setDataBeanKeyDescription
public void setDataBeanKeyDescription(java.lang.String aDescription)
This method sets the databean key:Description.- Specified by:
setDataBeanKeyDescription
in interfacecom.ibm.commerce.inventory.beans.PackageInformationInputDataBean
- Parameters:
aDescription
- java.lang.String
-
setDataBeanKeyTrackingId
public void setDataBeanKeyTrackingId(java.lang.String aTrackingId)
This method sets the databean key:TrackingId.- Specified by:
setDataBeanKeyTrackingId
in interfacecom.ibm.commerce.inventory.beans.PackageInformationInputDataBean
- Parameters:
aTrackingId
- java.lang.String
-
setDataBeanKeyPackageId
public void setDataBeanKeyPackageId(java.lang.String aPackageId)
This method sets the databean key:PackageId.- Specified by:
setDataBeanKeyPackageId
in interfacecom.ibm.commerce.inventory.beans.PackageInformationInputDataBean
- Parameters:
aPackageId
- java.lang.Stringvoid
-
populate
public void populate() throws java.lang.Exception
This method is used to populate the PackageInformationDataBean(It does nothing here).- Specified by:
populate
in interfaceSmartDataBean
- Overrides:
populate
in classSmartDataBeanImpl
- Throws:
java.lang.Exception
-
-