com.ibm.commerce.ordermanagement.beans

Class ReturnRecordComponentByRmaAndLanguageListDataBean

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


    public class ReturnRecordComponentByRmaAndLanguageListDataBean
    extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordComponentByRmaAndLanguageListListDataBeanBase
    implements com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartListDataBean, Delegator, Protectable
    This databean is used to get a list of ReturnRecordComponentByRmaAndLanguageDataBean.
    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

      • ReturnRecordComponentByRmaAndLanguageListDataBean

        public ReturnRecordComponentByRmaAndLanguageListDataBean()
    • Method Detail

      • getDataBeanKeyLanguageId1

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

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

        public java.lang.String getDataBeanKeyRmaId1()
        This method returns RmaId1.
        Specified by:
        getDataBeanKeyRmaId1 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartListDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyRmaId2

        public java.lang.String getDataBeanKeyRmaId2()
        This method returns RmaId2.
        Specified by:
        getDataBeanKeyRmaId2 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartListDataBean
        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
      • 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
      • getReturnRecordComponentByRmaAndLanguageList

        public ReturnRecordComponentByRmaAndLanguageDataBean[] getReturnRecordComponentByRmaAndLanguageList()
        This method returns ReturnRecordComponentByRmaAndLanguageDataBean array
        Specified by:
        getReturnRecordComponentByRmaAndLanguageList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartListDataBean
        Returns:
        ReturnRecordComponentByRmaAndLanguageDataBean[]
      • populate

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

    public void setDataBeanKeyLanguageId1(java.lang.String aLanguageId1)
    This method sets LanguageId1.
    Specified by:
    setDataBeanKeyLanguageId1 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputListDataBean
    Parameters:
    aLanguageId1 - 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.ReturnRecordComponentByRmaAndLanguageInputListDataBean
    Parameters:
    aLanguageId2 - java.lang.String
  • setDataBeanKeyRmaId1

    public void setDataBeanKeyRmaId1(java.lang.String aRmaId1)
    This method sets RmaId1.
    Specified by:
    setDataBeanKeyRmaId1 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputListDataBean
    Parameters:
    aRmaId1 - java.lang.String
  • setDataBeanKeyRmaId2

    public void setDataBeanKeyRmaId2(java.lang.String aRmaId2)
    This method sets RmaId2.
    Specified by:
    setDataBeanKeyRmaId2 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputListDataBean
    Parameters:
    aRmaId2 - java.lang.String
  • setReturnRecordComponentByRmaAndLanguageList

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