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 typeKeywordMapping
. The configuration file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml, and the corresponding element in the configuration file isKeywordMapping
.
-
-
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 theinput
attribute of this complex type.java.lang.String
getOutput()
This method returns theoutput
attribute of this complex type.void
setInput(java.lang.String string)
This method sets theinput
attribute of this complex type.void
setOutput(java.lang.String string)
This method sets theoutput
attribute of this complex type.java.lang.String
toString()
This method creates a String representation of the object.
-
-
-
Method Detail
-
getInput
public java.lang.String getInput()
This method returns theinput
attribute of this complex type.- Returns:
- The input.
-
getOutput
public java.lang.String getOutput()
This method returns theoutput
attribute of this complex type.- Returns:
- The output.
-
setInput
public void setInput(java.lang.String string)
This method sets theinput
attribute of this complex type.- Parameters:
string
- the input.
-
setOutput
public void setOutput(java.lang.String string)
This method sets theoutput
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 classjava.lang.Object
- Returns:
- The String representation.
-
-