com.ibm.commerce.inventory.beans

Class 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 Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PackageInformationDataBean

        public PackageInformationDataBean()
    • Method Detail

      • getDataBeanKeyDescription

        public java.lang.String getDataBeanKeyDescription()
        This method returns the databean key:Description.
        Specified by:
        getDataBeanKeyDescription in interface com.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 interface com.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 interface com.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 interface com.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 interface com.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 interface com.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 interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception