com.ibm.commerce.ordermanagement.beans

Class DispositionHeaderListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBean, com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBean, Delegator, Protectable, java.io.Serializable


    public class DispositionHeaderListDataBean
    extends com.ibm.commerce.ordermanagement.beansrc.DispositionHeaderListListDataBeanBase
    implements com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBean, com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBean, Delegator, Protectable
    This databean is used to get a list of DispositionHeaderDataBean.
    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

      • DispositionHeaderListDataBean

        public DispositionHeaderListDataBean()
    • Method Detail

      • getDataBeanKeyLanguageId1

        public java.lang.String getDataBeanKeyLanguageId1()
        This method returns LanguageId1.
        Specified by:
        getDataBeanKeyLanguageId1 in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyReceiptId

        public java.lang.String getDataBeanKeyReceiptId()
        This method returns ReceiptId.
        Specified by:
        getDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBean
        Returns:
        java.lang.String
      • getDelegate

        public Protectable getDelegate()
                                throws java.lang.Exception
        This method returns the Protectable object whose access control policies will indirectly control the access control for this object
        Specified by:
        getDelegate in interface Delegator
        Returns:
        The Protectable object whose access control policies will indirectly control the access control for this object
        Throws:
        java.lang.Exception
      • getDispositionHeaderList

        public DispositionHeaderDataBean[] getDispositionHeaderList()
        This method returns DispositionHeaderDataBean array
        Specified by:
        getDispositionHeaderList in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBean
        Returns:
        DispositionHeaderDataBean[]
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        This method returns the member id of the owner.
        Specified by:
        getOwner in interface Protectable
        Returns:
        The member id of the owner
        Throws:
        java.lang.Exception
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the DispositionHeaderListDataBean.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception
      • setDataBeanKeyLanguageId1

        public void setDataBeanKeyLanguageId1(java.lang.String aLanguageId1)
        This method sets LanguageId1.
        Specified by:
        setDataBeanKeyLanguageId1 in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBean
        Parameters:
        aLanguageId1 - java.lang.String
      • setDataBeanKeyReceiptId

        public void setDataBeanKeyReceiptId(java.lang.String aReceiptId)
        This method sets ReceiptId.
        Specified by:
        setDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBean
        Parameters:
        aReceiptId - java.lang.String
      • setDispositionHeaderList

        public void setDispositionHeaderList(DispositionHeaderDataBean[] aListDataBean)
        This method sets DispositionHeaderDataBean array.
        Specified by:
        setDispositionHeaderList in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBean
        Parameters:
        aListDataBean - DispositionHeaderDataBean[]