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 typeKeyword
.
The configuration file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml, and the corresponding element in the configuration file isKeyword
.
-
-
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 themask
attribute of this complex type.java.lang.String
getName()
The method returns thename
attribute of this complex type.int
getPlain()
This method returns theplain
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.
-
-
-
Method Detail
-
getMask
public java.lang.String getMask()
This method returns themask
attribute of this complex type.- Returns:
- The mask.
-
getName
public java.lang.String getName()
The method returns thename
attribute of this complex type.- Returns:
- The name.
-
getPlain
public int getPlain()
This method returns theplain
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 classjava.lang.Object
- Returns:
- The String representation of the object.
-
-