com.ibm.commerce.ordermanagement.beans

Class MerchantReturnReasonsDataBean

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


    public class MerchantReturnReasonsDataBean
    extends com.ibm.commerce.ordermanagement.beansrc.MerchantReturnReasonsListDataBeanBase
    implements com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean, com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
    This data bean represents a MerchantReturnReasons.
    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

      • MerchantReturnReasonsDataBean

        public MerchantReturnReasonsDataBean()
    • Method Detail

      • getDataBeanKeyReasonDescription

        public java.lang.String getDataBeanKeyReasonDescription()
        This method returns ReasonDescription.
        Specified by:
        getDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyCode

        public java.lang.String getDataBeanKeyCode()
        This method returns Code.
        Specified by:
        getDataBeanKeyCode in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyReasonId

        public java.lang.String getDataBeanKeyReasonId()
        This method returns ReasonId.
        Specified by:
        getDataBeanKeyReasonId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyStoreentId

        public java.lang.String getDataBeanKeyStoreentId()
        This method returns StoreentId.
        Specified by:
        getDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyReasonType

        public java.lang.String getDataBeanKeyReasonType()
        This method returns ReasonType.
        Specified by:
        getDataBeanKeyReasonType in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
        Returns:
        java.lang.String
      • setDataBeanKeyReasonDescription

        public void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
        This method sets ReasonDescription.
        Specified by:
        setDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
        Parameters:
        aReasonDescription - java.lang.String
      • setDataBeanKeyCode

        public void setDataBeanKeyCode(java.lang.String aCode)
        This method sets Code.
        Specified by:
        setDataBeanKeyCode in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
        Parameters:
        aCode - java.lang.String
      • setDataBeanKeyReasonId

        public void setDataBeanKeyReasonId(java.lang.String aReasonId)
        This method sets ReasonId.
        Specified by:
        setDataBeanKeyReasonId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
        Parameters:
        aReasonId - java.lang.String
      • setDataBeanKeyStoreentId

        public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
        This method sets StoreentId.
        Specified by:
        setDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
        Parameters:
        aStoreentId - java.lang.String
      • setDataBeanKeyReasonType

        public void setDataBeanKeyReasonType(java.lang.String aReasonType)
        This method sets ReasonType.
        Specified by:
        setDataBeanKeyReasonType in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
        Parameters:
        aReasonType - java.lang.String
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the MerchantReturnReasonsDataBean. You must set the following parameters before running the populate() method.
      • Code
      • ReasonDescription
      • ReasonId
      • ReasonType
      • StoreentId
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception
See Also:
setDataBeanKeyCode(String), setDataBeanKeyReasonDescription(String), setDataBeanKeyReasonId(String), setDataBeanKeyReasonType(String), setDataBeanKeyStoreentId(String)