public class MerchantConfInfoProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
MerchantConfInfoProperties() |
Modifier and Type | Method and Description |
---|---|
MerchantConfInfoProperty | getMerchantConfInfoProperty(int index)
This method gets the merchant configuration information property with index.
|
int | getMerchantConfInfoPropertyCount()
This method gets the count of the merchant configuration information properties.
|
void | setMerchantConfInfoProperty(int index, MerchantConfInfoProperty merchantConfInfoProperty)
This method sets the merchantConfInfoProperty with index.
|
java.lang.String | toString()
This method creates a string representation of the object.
|
public static final java.lang.String COPYRIGHT
public void setMerchantConfInfoProperty(int index, MerchantConfInfoProperty merchantConfInfoProperty)
public MerchantConfInfoProperty getMerchantConfInfoProperty(int index)
public int getMerchantConfInfoPropertyCount()
public java.lang.String toString()