com.ibm.commerce.payments.plugincontroller.parsers.plugin

Class Plugin

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.parsers.plugin.Plugin


  • public class Plugin
    extends java.lang.Object
    This class represents the complex type Plugin. The configuration file is xml\config\payments\ppc\plugins\(the plugin directory such as SimpleOffline)\PluginDeployment.xml, and the corresponding element is Plugin.
    • Constructor Detail

      • Plugin

        public Plugin()
    • Method Detail

      • getPluginInformation

        public PluginInformation getPluginInformation()
        This method gets the plug in information.
        Returns:
        The plug in information.
      • setPluginInformation

        public void setPluginInformation(PluginInformation information)
        This method sets the plug in information.
        Parameters:
        information - The plug in information to set.
      • toString

        public java.lang.String toString()

        This method creates a string representation of the object.

        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation.