public class MerchantConfInfoProperties
extends java.lang.Object
MerchantConfInfoProperty
.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)
index
- The index.merchantConfInfoProperty
- The merchant configuration information property.public MerchantConfInfoProperty getMerchantConfInfoProperty(int index)
index
- The index.public int getMerchantConfInfoPropertyCount()
public java.lang.String toString()
toString
in class java.lang.Object