public class PluginInformation
extends java.lang.Object
PluginInformation
.
The configuration file is xml\config\payments\ppc\plugins\(the plugin directory such as SimpleOffline)\PluginDeployment.xml,
and the corresponding element is PluginInformation
.Constructor and Description |
---|
PluginInformation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHome()
This method gets the home.
|
java.lang.String |
getJndi()
This method gets the Jndi.
|
java.lang.String |
getName()
This method gets the name.
|
PluginProperty |
getPluginProperty(int index)
This method returns the plugin property.
|
int |
getPluginPropertyCount()
This method returns the count of the plugin property.
|
ProtocolProperties |
getProtocolProperties()
This method gets the protocol properties.
|
java.lang.String |
getVendor()
This method gets the vendor.
|
java.lang.String |
getVersion()
This method gets the version.
|
java.lang.String |
getVirtualTerminal()
This method gets the virtual terminal.
|
boolean |
isIndependentCredit()
This method checks if the credit is independent.
|
boolean |
isSynchronizedLocalPaymentReversal()
This method gets value of
SynchronizedLocalPaymentReversal . |
void |
setHome(java.lang.String string)
This method sets the home.
|
void |
setIndependentCredit(boolean b)
This method marks if the credit is independent.
|
void |
setJndi(java.lang.String string)
This method sets the Jndi.
|
void |
setName(java.lang.String string)
This method sets the name.
|
void |
setPluginProperty(int index,
PluginProperty luginProperty)
This method sets the plug in property.
|
void |
setProtocolProperties(ProtocolProperties properties)
This method sets the protocol properties.
|
void |
setSynchronizedLocalPaymentReversal(boolean localPaymentReverse)
This method sets value of
SynchronizedLocalPaymentReversal . |
void |
setVendor(java.lang.String string)
This method sets the vendor.
|
void |
setVersion(java.lang.String string)
This method sets the version.
|
void |
setVirtualTerminal(java.lang.String string)
This method sets the virtual terminal.
|
java.lang.String |
toString()
This method creates a string representation of the object.
|
public void setPluginProperty(int index, PluginProperty luginProperty)
index
- The index.luginProperty
- The plugin property.public PluginProperty getPluginProperty(int index)
index
- The index.public int getPluginPropertyCount()
public java.lang.String getHome()
public boolean isIndependentCredit()
public java.lang.String getJndi()
public java.lang.String getName()
public ProtocolProperties getProtocolProperties()
public java.lang.String getVendor()
public java.lang.String getVersion()
public java.lang.String getVirtualTerminal()
public void setHome(java.lang.String string)
string
- Home to set.public void setIndependentCredit(boolean b)
b
- If the credit is independent.public void setJndi(java.lang.String string)
string
- Jndi to set.public void setName(java.lang.String string)
string
- The name to set.public void setProtocolProperties(ProtocolProperties properties)
properties
- The protocol properties to set.public void setVendor(java.lang.String string)
string
- The vendor to set.public void setVersion(java.lang.String string)
string
- The version to set.public void setVirtualTerminal(java.lang.String string)
string
- The virtual terminal to set.public boolean isSynchronizedLocalPaymentReversal()
SynchronizedLocalPaymentReversal
.SynchronizedLocalPaymentReversal
. The default value is false in case you do not configure it.public void setSynchronizedLocalPaymentReversal(boolean localPaymentReverse)
SynchronizedLocalPaymentReversal
.localPaymentReverse
- the configuration value of SynchronizedLocalPaymentReversal. The default value is false in case you do not set it.public java.lang.String toString()
toString
in class java.lang.Object