com.ibm.commerce.inventory.beans

Class PackSlipDetailListDataBean

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


    public class PackSlipDetailListDataBean
    extends com.ibm.commerce.inventory.beansrc.PackSlipDetailListListDataBeanBase
    implements com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBean, com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
    This databean is used to get a list of OrderReleaseDataBean.
    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

      • PackSlipDetailListDataBean

        public PackSlipDetailListDataBean()
    • Method Detail

      • getDataBeanKeyOrderReleaseNumber

        public java.lang.String getDataBeanKeyOrderReleaseNumber()
        This method returns the databean key:order release number.
        Specified by:
        getDataBeanKeyOrderReleaseNumber in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
        Returns:
        java.lang.String the databean key:order release number.
      • getPackSlipDetailList

        public OrderReleaseDataBean[] getPackSlipDetailList()
        This method returns the list of the order release .
        Specified by:
        getPackSlipDetailList in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
        Returns:
        OrderReleaseDataBean[] the list of the order release .
      • getDataBeanKeyOrderId

        public java.lang.String getDataBeanKeyOrderId()
        This method returns the databean key:order id.
        Specified by:
        getDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.PackSlipDetailSmartListDataBean
        Returns:
        java.lang.String the databean key:order id.
      • setDataBeanKeyOrderReleaseNumber

        public void setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
        This method sets the order release number.
        Specified by:
        setDataBeanKeyOrderReleaseNumber in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBean
        Parameters:
        aOrderReleaseNumber - java.lang.String
      • setPackSlipDetailList

        public void setPackSlipDetailList(OrderReleaseDataBean[] aListDataBean)
        This method sets the list of order release.
        Specified by:
        setPackSlipDetailList in interface com.ibm.commerce.inventory.beans.PackSlipDetailInputListDataBean
        Parameters:
        aListDataBean - OrderReleaseDataBean[]
      • setDataBeanKeyOrderId

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