public class Keyword
extends java.lang.Object
Keyword
.
Keyword
.Constructor and Description |
---|
Keyword() |
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.
|
public java.lang.String getMask()
mask
attribute of this complex type.public java.lang.String getName()
name
attribute of this complex type.public int getPlain()
plain
attribute of this complex type.public boolean getRemoveAfterApproval()
public boolean getSearchable()
public void setMask(java.lang.String string)
string
- The mask.public void setName(java.lang.String string)
string
- The name.public void setPlain(int i)
i
- The Plain.public void setRemoveAfterApproval(boolean b)
b
- If remove after approval.public void setSearchable(boolean b)
b
- If searchable.public boolean isNeverPersist()
public void setNeverPersist(boolean localNeverPersist)
localNeverPersist
- The neverPersist to set.public java.lang.String toString()
toString
in class java.lang.Object