com.ibm.commerce.payment.beans

Class PaymentMethodDescriptionDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.payment.beans.PaymentMethodDescriptionInputDataBean, com.ibm.commerce.payment.beans.PaymentMethodDescriptionSmartDataBean, Delegator, java.io.Serializable


    public class PaymentMethodDescriptionDataBean
    extends PaymentMethodDescriptionDataBeanBase
    implements com.ibm.commerce.payment.beans.PaymentMethodDescriptionInputDataBean, com.ibm.commerce.payment.beans.PaymentMethodDescriptionSmartDataBean
    This databean represents a PaymentMethodDescription object.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • PaymentMethodDescriptionDataBean

        public PaymentMethodDescriptionDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyLanguageId

        public java.lang.String getDataBeanKeyLanguageId()
        Returns LanguageId
        Specified by:
        getDataBeanKeyLanguageId in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyPaymentMethodId

        public java.lang.String getDataBeanKeyPaymentMethodId()
        Returns PaymentMethodId
        Specified by:
        getDataBeanKeyPaymentMethodId in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionSmartDataBean
        Returns:
        java.lang.String
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyLanguageId

        public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
        Sets LanguageId
        Specified by:
        setDataBeanKeyLanguageId in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionInputDataBean
        Parameters:
        aLanguageId - java.lang.String
      • setDataBeanKeyPaymentMethodId

        public void setDataBeanKeyPaymentMethodId(java.lang.String aPaymentMethodId)
        Sets PaymentMethodId
        Specified by:
        setDataBeanKeyPaymentMethodId in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionInputDataBean
        Parameters:
        aPaymentMethodId - java.lang.String
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception