public class KeywordMapping
extends java.lang.Object
KeywordMapping
.
The configuration file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml,
and the corresponding element in the configuration file is KeywordMapping
.Constructor and Description |
---|
KeywordMapping() |
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.
|
public java.lang.String getInput()
input
attribute of this complex type.public java.lang.String getOutput()
output
attribute of this complex type.public void setInput(java.lang.String string)
input
attribute of this complex type.string
- the input.public void setOutput(java.lang.String string)
output
attribute of this complex type.string
- The output.public java.lang.String toString()
toString
in class java.lang.Object