com.ibm.commerce.payments.plugincontroller.parsers.controller
Class RetainKeywords
- java.lang.Object
-
- com.ibm.commerce.payments.plugincontroller.parsers.controller.RetainKeywords
-
public class RetainKeywords extends java.lang.Object
This class represents the complex typeRetainKeywords
.
The configuration file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml, and the corresponding element in the configuration file isRetainKeywords
.
-
-
Constructor Summary
Constructors Constructor and Description RetainKeywords()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Keyword
getKeyword(int index)
This method returns the keyword.int
getKeywordCount()
This method returns the count of the keyword list.void
setKeyword(int index, Keyword keyword)
This method sets the keyword.java.lang.String
toString()
This method creates a String representation of the object.
-
-
-
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.
-
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
-
-