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

Class Mapping

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


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

      • Mapping

        public Mapping()
    • Method Detail

      • setKeyword

        public void setKeyword(int index,
                               Keyword keyword)
        This method sets the keyword.
        Parameters:
        index - The index.
        keyword - The keyword.
      • getKeyword

        public Keyword getKeyword(int index)
        This method returns the keyword.
        Parameters:
        index - The index.
        Returns:
        The keyword.
      • getKeywordCount

        public int getKeywordCount()
        This method returns the count of the keyword list.
        Returns:
        The count of the keyword list.
      • setKeywordMapping

        public void setKeywordMapping(int index,
                                      KeywordMapping KeywordMapping)
        This method sets the keyword mapping.
        Parameters:
        index - The index.
        KeywordMapping - The keyword mapping.
      • getKeywordMapping

        public KeywordMapping getKeywordMapping(int index)
        This method returns the keyword mapping.
        Parameters:
        index - The index.
        Returns:
        The keyword mapping.
      • getKeywordMappingCount

        public int getKeywordMappingCount()
        This method returns the count of the keyword mapping list.
        Returns:
        The count of the keyword mapping list.
      • setProperty

        public void setProperty(int index,
                                Property Property)
        This method sets the property.
        Parameters:
        index - The index.
        Property - The property.
      • getProperty

        public Property getProperty(int index)
        This method returns the property.
        Parameters:
        index - The index.
        Returns:
        The property.
      • getPropertyCount

        public int getPropertyCount()
        This method returns the count of the property list.
        Returns:
        The count of the property list.
      • getPaymentConfigurationId

        public java.lang.String getPaymentConfigurationId()
        This method gets the payment configuration id.
        Returns:
        The payment configuration id.
      • getPluginName

        public java.lang.String getPluginName()
        This method gets the plugin name.
        Returns:
        The plugin name.
      • setPaymentConfigurationId

        public void setPaymentConfigurationId(java.lang.String string)
        This method sets the payment configuration id.
        Parameters:
        string - The payment configuration id.
      • setPluginName

        public void setPluginName(java.lang.String string)
        This method sets the plugin name.
        Parameters:
        string - The plugin name.
      • 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.