com.ibm.commerce.payment.config.beans

Class PaymentConfigMethodDataBean

  • java.lang.Object
    • com.ibm.commerce.payment.config.beans.PaymentConfigMethodDataBean
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copy Right
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCommandInterfaceName()
      This method returns the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
      java.lang.String getConfigId()
      This method returns the payment configuration id in this databean, through which the specified payment method is populated.
      java.lang.String getMethodName()
      This method returns the payment method name in this databean.
      java.lang.String getMethodType()
      This method returns the method type, which could be payment or refund.
      TypedProperty getRequestProperties()
      This method returns the parameters as TypedProperty passed as part of the URL.
      void setCommandInterfaceName(java.lang.String ifname)
      This method sets the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
      void setConfigId(java.lang.String _configId)
      This method sets the payment configuration id in this databean, through which the specified payment method is populated.
      void setMethodName(java.lang.String _methodName)
      This method sets the payment method name in this databean.
      void setMethodType(java.lang.String _methodType)
      This method sets the method type, which could be payment or refund.
      void setRequestProperties(TypedProperty aRequestProperties)
      This method sets the passed parameters as part of the URL if any.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • PaymentConfigMethodDataBean

        public PaymentConfigMethodDataBean()
    • Method Detail

      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        This method returns the databean command interface name of this databean, and through the databean command, the data of this databean are populated. The default command interface is PaymentConfigMethodBeanCmd.
        Specified by:
        getCommandInterfaceName in interface CommandDataBean
        Returns:
        The databean command interface name of this databean
      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        This method sets the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
        Specified by:
        setCommandInterfaceName in interface CommandDataBean
        Parameters:
        ifname - The databean command interface name of this databean
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperties)
        This method sets the passed parameters as part of the URL if any.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperties - The parameters are set into the request properties
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method returns the parameters as TypedProperty passed as part of the URL.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        TypedProperty The parameters as TypedProperty passed as part of the URL
      • getMethodName

        public java.lang.String getMethodName()
        This method returns the payment method name in this databean.
        Returns:
        methodName The payment method name in this databean
      • setMethodName

        public void setMethodName(java.lang.String _methodName)
        This method sets the payment method name in this databean.
        Parameters:
        _methodName - The payment method name in this databean
      • getConfigId

        public java.lang.String getConfigId()
        This method returns the payment configuration id in this databean, through which the specified payment method is populated.
        Returns:
        configuration id
      • setConfigId

        public void setConfigId(java.lang.String _configId)
        This method sets the payment configuration id in this databean, through which the specified payment method is populated.
        Parameters:
        _configId - The payment configuration id in this databean
      • getMethodType

        public java.lang.String getMethodType()
        This method returns the method type, which could be payment or refund.
        Returns:
        methodType The method type
      • setMethodType

        public void setMethodType(java.lang.String _methodType)
        This method sets the method type, which could be payment or refund.
        Parameters:
        _methodType - The method type