com.ibm.commerce.ordermanagement.beans

Class ReturnRecordComponentListDataBean

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


    public class ReturnRecordComponentListDataBean
    extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordComponentListListDataBeanBase
    implements com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartListDataBean
    This databean is used to get a list of ReturnRecordComponentDataBean.
    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

      • ReturnRecordComponentListDataBean

        public ReturnRecordComponentListDataBean()
    • Method Detail

      • getReturnRecordComponentList

        public ReturnRecordComponentDataBean[] getReturnRecordComponentList()
        This method returns ReturnRecordComponentDataBean array.
        Specified by:
        getReturnRecordComponentList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartListDataBean
        Returns:
        ReturnRecordComponentDataBean[]
      • getDataBeanKeyRmaId

        public java.lang.String getDataBeanKeyRmaId()
        This method returns RmaId.
        Specified by:
        getDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartListDataBean
        Returns:
        java.lang.String
      • setReturnRecordComponentList

        public void setReturnRecordComponentList(ReturnRecordComponentDataBean[] aListDataBean)
        This method sets ReturnRecordComponentDataBean array.
        Specified by:
        setReturnRecordComponentList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputListDataBean
        Parameters:
        aListDataBean - ReturnRecordComponentDataBean[]
      • setDataBeanKeyRmaId

        public void setDataBeanKeyRmaId(java.lang.String aRmaId)
        This method sets RmaId.
        Specified by:
        setDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputListDataBean
        Parameters:
        aRmaId - java.lang.String
      • populate

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