public class MerchantConfInfoProperty
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
| MerchantConfInfoProperty() |
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String | getName()
This method returns the name of the merchant configuration information property.
|
| boolean | isEncrypt()
This method checks if the merchant configuration information property is encrypted.
|
| void | setEncrypt(boolean thisEncrypt)
This method marks if the merchant configuration information property is encrypted.
|
| void | setName(java.lang.String thisName)
This method sets the name of the merchant configuration information property.
|
| java.lang.String | toString()
This method creates a string representation of the object.
|
public static final java.lang.String COPYRIGHT
public boolean isEncrypt()
public void setEncrypt(boolean thisEncrypt)
public java.lang.String getName()
public void setName(java.lang.String thisName)
public java.lang.String toString()