com.ibm.commerce.edp.beans

Class EDPPaymentMethodsDataBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM Copyright notice field.
    • Field Detail

      • COPYRIGHT

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

      • EDPPaymentMethodsDataBean

        public EDPPaymentMethodsDataBean()
    • Method Detail

      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        This method sets the command interface name. The data can be got through the specified databean command.
        Parameters:
        ifname - A String that specifies the command interface name to be set.
      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        This method gets the command interface name that populates this data bean. The default command interfaceName is com.ibm.commerce.edp.commands.
        Returns:
        A String that specifies the name of the command interface.
      • setPaymentMethods

        public void setPaymentMethods(java.util.ArrayList paramPaymentMethods)
        This method sets the list of available payment methods.
        Parameters:
        paramPaymentMethods - An ArrayList that represents the list of available payment methods
      • getPaymentMethods

        public java.util.ArrayList getPaymentMethods()
        This method gets the list of available payment methods.
        Returns:
        An ArrayList that represents the list of available payment methods.
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperties)
        This method sets the parameters passed as part of the URL if any.
        Parameters:
        aRequestProperties - A TypedProperty that specifies the parameters passed as part of the URL if any.
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method gets the parameters passed as part of the URL if any.
        Returns:
        A TypedProperty that specifies the parameters passed as part of the URL if any.