public class MerchantConfInfoProperty
extends java.lang.Object
MerchantConfInfo
.
The configuration file is xml\config\payments\ppc\plugins\(the plugin directory such as WCPaymentsPlugin)\PluginProperties.xml
and the corresponding element is MerchantConfInfo
.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)
thisEncrypt
- If the merchant configuration information property is encrypted.public java.lang.String getName()
public void setName(java.lang.String thisName)
thisName
- The name to set.public java.lang.String toString()
toString
in class java.lang.Object