com.ibm.commerce.inventory.beans

Class PackageInformationListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean, com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean, Delegator, java.io.Serializable


    public class PackageInformationListDataBean
    extends com.ibm.commerce.inventory.beansrc.PackageInformationListListDataBeanBase
    implements com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean, com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean
    This databean is used to get a list of PackageInformationDataBean.
    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

      • PackageInformationListDataBean

        public PackageInformationListDataBean()
    • Method Detail

      • getPackageInformationList

        public PackageInformationDataBean[] getPackageInformationList()
        This method returns the list of the package information data bean.
        Specified by:
        getPackageInformationList in interface com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean
        Returns:
        PackageInformationDataBean[] the list of the package information data bean.
      • getDataBeanKeyOrderId

        public java.lang.String getDataBeanKeyOrderId()
        This method returns the databean key:OrderId.
        Specified by:
        getDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean
        Returns:
        java.lang.String the databean key:OrderId.
      • setPackageInformationList

        public void setPackageInformationList(PackageInformationDataBean[] aListDataBean)
        This method sets the package information databean list.
        Specified by:
        setPackageInformationList in interface com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean
        Parameters:
        aListDataBean - PackageInformationDataBean[] the package information databean list.
      • setDataBeanKeyOrderId

        public void setDataBeanKeyOrderId(java.lang.String aOrderId)
        This method sets the databean key:order id.
        Specified by:
        setDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean
        Parameters:
        aOrderId - java.lang.String the databean key:order id.
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the PackageInformationListDataBean. You must set iDataBeanKeyOrderId using the setDataBeanKeyOrderId(String) method before running the populate() method.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception
        See Also:
        setDataBeanKeyOrderId(String)