com.ibm.commerce.ordermanagement.beans

Class PreviousDispositionsListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBean, com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBean, Delegator, java.io.Serializable


    public class PreviousDispositionsListDataBean
    extends com.ibm.commerce.ordermanagement.beansrc.PreviousDispositionsListListDataBeanBase
    implements com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBean, com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBean
    This databean is used to get a list of PreviousDispositionsDataBean.
    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

      • PreviousDispositionsListDataBean

        public PreviousDispositionsListDataBean()
    • Method Detail

      • getDataBeanKeyLanguageId2

        public java.lang.String getDataBeanKeyLanguageId2()
        This method returns LanguageId2.
        Specified by:
        getDataBeanKeyLanguageId2 in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyLanguageId1

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

        public PreviousDispositionsDataBean[] getPreviousDispositionsList()
        This method returns PreviousDispositionsDataBean array.
        Specified by:
        getPreviousDispositionsList in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBean
        Returns:
        PreviousDispositionsDataBean[]
      • getDataBeanKeyReceiptId

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

        public void setDataBeanKeyLanguageId2(java.lang.String aLanguageId2)
        This method sets LanguageId2.
        Specified by:
        setDataBeanKeyLanguageId2 in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBean
        Parameters:
        aLanguageId2 - java.lang.String
      • setDataBeanKeyLanguageId1

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

        public void setPreviousDispositionsList(PreviousDispositionsDataBean[] aListDataBean)
        This method sets PreviousDispositionsDataBean array.
        Specified by:
        setPreviousDispositionsList in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBean
        Parameters:
        aListDataBean - PreviousDispositionsDataBean[]
      • setDataBeanKeyReceiptId

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

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the PreviousDispositionsListDataBean. You must set the following parameters before running the populate() method.
      • LanguageId1
      • LanguageId2
      • ReceiptId
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception
See Also:
setDataBeanKeyLanguageId1(String), setDataBeanKeyLanguageId2(String), setDataBeanKeyReceiptId(String)