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

Class PluginProperty

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


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

      Constructors 
      Constructor and Description
      PluginProperty() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      This method returns the name.
      java.lang.String getValue()
      This method sets the value.
      void setName(java.lang.String string)
      This method sets the name.
      void setValue(java.lang.String string)
      This method sets the value.
      java.lang.String toString()
      This method creates a String representation of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PluginProperty

        public PluginProperty()
    • Method Detail

      • getName

        public java.lang.String getName()
        This method returns the name.
        Returns:
        The name to get.
      • getValue

        public java.lang.String getValue()
        This method sets the value.
        Returns:
        The value to set.
      • setName

        public void setName(java.lang.String string)
        This method sets the name.
        Parameters:
        string - the Name to set.
      • setValue

        public void setValue(java.lang.String string)
        This method sets the value.
        Parameters:
        string - The value 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.