public class Mapper
extends java.lang.Object
| Constructor and Description |
|---|
| Mapper() |
| Modifier and Type | Method and Description |
|---|---|
| PaymentSystemName | getPaymentSystemName(int index)
This method returns the payment system name.
|
| int | getPaymentSystemNameCount()
This method returns the count of the payment system name list .
|
| RetainKeywords | getRetainKeywords()
This method gets the retain key words.
|
| void | setPaymentSystemName(int index, PaymentSystemName PaymentSystemName)
This method sets the payment system name.
|
| void | setRetainKeywords(RetainKeywords keywords)
This method sets the retain key words.
|
| java.lang.String | toString()
This method creates a String representation of the object.
|
public void setPaymentSystemName(int index,
PaymentSystemName PaymentSystemName)
public PaymentSystemName getPaymentSystemName(int index)
public int getPaymentSystemNameCount()
public RetainKeywords getRetainKeywords()
public void setRetainKeywords(RetainKeywords keywords)
public java.lang.String toString()