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

Class MerchantConfInfoProperties

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


  • public class MerchantConfInfoProperties
    extends java.lang.Object
    This class represents a list of MerchantConfInfoProperty.
    • Field Detail

      • COPYRIGHT

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

      • MerchantConfInfoProperties

        public MerchantConfInfoProperties()
    • Method Detail

      • setMerchantConfInfoProperty

        public void setMerchantConfInfoProperty(int index,
                                                MerchantConfInfoProperty merchantConfInfoProperty)
        This method sets the merchantConfInfoProperty with index.
        Parameters:
        index - The index.
        merchantConfInfoProperty - The merchant configuration information property.
      • getMerchantConfInfoProperty

        public MerchantConfInfoProperty getMerchantConfInfoProperty(int index)
        This method gets the merchant configuration information property with index.
        Parameters:
        index - The index.
        Returns:
        The merchant configuration information property.
      • getMerchantConfInfoPropertyCount

        public int getMerchantConfInfoPropertyCount()
        This method gets the count of the merchant configuration information properties.
        Returns:
        The merchant configuration information properties.
      • 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.