com.ibm.commerce.payments.plugincontroller.parsers.controller

Class Mapper

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.parsers.controller.Mapper


  • public class Mapper
    extends java.lang.Object
    This class represents the complex type Mapper.
    The configuration file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml, and the corresponding element in the configuration file is Mapper.
    • Constructor Detail

      • Mapper

        public Mapper()
    • Method Detail

      • setPaymentSystemName

        public void setPaymentSystemName(int index,
                                         PaymentSystemName PaymentSystemName)
        This method sets the payment system name.
        Parameters:
        index - The index.
        PaymentSystemName - The payment system name.
      • getPaymentSystemName

        public PaymentSystemName getPaymentSystemName(int index)
        This method returns the payment system name.
        Parameters:
        index - The index.
        Returns:
        The payment system name.
      • getPaymentSystemNameCount

        public int getPaymentSystemNameCount()
        This method returns the count of the payment system name list .
        Returns:
        The count of the payment system name list.
      • getRetainKeywords

        public RetainKeywords getRetainKeywords()
        This method gets the retain key words.
        Returns:
        The retain key words.
      • setRetainKeywords

        public void setRetainKeywords(RetainKeywords keywords)
        This method sets the retain key words.
        Parameters:
        keywords - The retain keywords.
      • toString

        public java.lang.String toString()
        This method creates a String representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation.