com.ibm.commerce.payments.plugincontroller.parsers.controller

Class Keyword

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.parsers.controller.Keyword


  • public class Keyword
    extends java.lang.Object
    This class represents the complex type Keyword.
    The configuration file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml, and the corresponding element in the configuration file is Keyword.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Keyword() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getMask()
      This method returns the mask attribute of this complex type.
      java.lang.String getName()
      The method returns the name attribute of this complex type.
      int getPlain()
      This method returns the plain attribute of this complex type.
      boolean getRemoveAfterApproval()
      This method checks if remove after approval.
      boolean getSearchable()
      This method checks if searchable.
      boolean isNeverPersist() 
      void setMask(java.lang.String string)
      This method sets the mask.
      void setName(java.lang.String string)
      This method sets the name.
      void setNeverPersist(boolean localNeverPersist) 
      void setPlain(int i)
      This method sets the plain.
      void setRemoveAfterApproval(boolean b)
      This method marks if remove after approval.
      void setSearchable(boolean b)
      This method marks if searchable.
      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

      • Keyword

        public Keyword()
    • Method Detail

      • getMask

        public java.lang.String getMask()
        This method returns the mask attribute of this complex type.
        Returns:
        The mask.
      • getName

        public java.lang.String getName()
        The method returns the name attribute of this complex type.
        Returns:
        The name.
      • getPlain

        public int getPlain()
        This method returns the plain attribute of this complex type.
        Returns:
        The plain.
      • getRemoveAfterApproval

        public boolean getRemoveAfterApproval()
        This method checks if remove after approval.
        Returns:
        If remove after approval.
      • getSearchable

        public boolean getSearchable()
        This method checks if searchable.
        Returns:
        If searchable.
      • setMask

        public void setMask(java.lang.String string)
        This method sets the mask.
        Parameters:
        string - The mask.
      • setName

        public void setName(java.lang.String string)
        This method sets the name.
        Parameters:
        string - The name.
      • setPlain

        public void setPlain(int i)
        This method sets the plain.
        Parameters:
        i - The Plain.
      • setRemoveAfterApproval

        public void setRemoveAfterApproval(boolean b)
        This method marks if remove after approval.
        Parameters:
        b - If remove after approval.
      • setSearchable

        public void setSearchable(boolean b)
        This method marks if searchable.
        Parameters:
        b - If searchable.
      • isNeverPersist

        public boolean isNeverPersist()
        Returns:
        Returns the neverPersist.
      • setNeverPersist

        public void setNeverPersist(boolean localNeverPersist)
        Parameters:
        localNeverPersist - The neverPersist 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 of the object.