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

Class KeywordMapping

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


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

      Constructors 
      Constructor and Description
      KeywordMapping() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getInput()
      This method returns the input attribute of this complex type.
      java.lang.String getOutput()
      This method returns the output attribute of this complex type.
      void setInput(java.lang.String string)
      This method sets the input attribute of this complex type.
      void setOutput(java.lang.String string)
      This method sets the output attribute of this complex type.
      java.lang.String toString()
      This method creates a String representation of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KeywordMapping

        public KeywordMapping()
    • Method Detail

      • getInput

        public java.lang.String getInput()
        This method returns the input attribute of this complex type.
        Returns:
        The input.
      • getOutput

        public java.lang.String getOutput()
        This method returns the output attribute of this complex type.
        Returns:
        The output.
      • setInput

        public void setInput(java.lang.String string)
        This method sets the input attribute of this complex type.
        Parameters:
        string - the input.
      • setOutput

        public void setOutput(java.lang.String string)
        This method sets the output attribute of this complex type.
        Parameters:
        string - The output.
      • 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.