|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.modules.comparevalidators.business.Operator
public class Operator
Operator
Constructor Summary | |
---|---|
Operator()
|
Method Summary | |
---|---|
String |
getClassName()
Gets the comparator class name |
int |
getIdOperator()
Gets the operator identifier |
String |
getName()
Gets the operator name |
void |
setClassName(String strClassName)
Sets the comparator class name |
void |
setIdOperator(int nIdOperator)
Sets the operator identifier |
void |
setName(String strName)
Sets the operator name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Operator()
Method Detail |
---|
public int getIdOperator()
public void setIdOperator(int nIdOperator)
nIdOperator
- the operator identifierpublic String getName()
public void setName(String strName)
strName
- the operator namepublic String getClassName()
public void setClassName(String strClassName)
strClassName
- the comparator class name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |