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

Class MerchantConfInfoProperty

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


  • public class MerchantConfInfoProperty
    extends java.lang.Object
    This class represents the complex type MerchantConfInfo. The configuration file is xml\config\payments\ppc\plugins\(the plugin directory such as WCPaymentsPlugin)\PluginProperties.xml and the corresponding element is MerchantConfInfo.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MerchantConfInfoProperty

        public MerchantConfInfoProperty()
    • Method Detail

      • isEncrypt

        public boolean isEncrypt()
        This method checks if the merchant configuration information property is encrypted.
        Returns:
        If the merchant configuration information property is encrypted.
      • setEncrypt

        public void setEncrypt(boolean thisEncrypt)
        This method marks if the merchant configuration information property is encrypted.
        Parameters:
        thisEncrypt - If the merchant configuration information property is encrypted.
      • getName

        public java.lang.String getName()
        This method returns the name of the merchant configuration information property.
        Returns:
        The name of the merchant configuration information property.
      • setName

        public void setName(java.lang.String thisName)
        This method sets the name of the merchant configuration information property.
        Parameters:
        thisName - The name 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.