|
||||||||||
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.Rule
public class Rule
Rule
Field Summary | |
---|---|
static String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Rule()
|
Method Summary | |
---|---|
int |
getIdEntry1()
Gets the first entry identifier |
int |
getIdEntry2()
Gets the second entry identifier |
int |
getIdForm()
Gets the form identifier |
int |
getIdOperator()
Gets the operator identifier |
int |
getIdRule()
Gets the rule identifier |
String |
getValueEntry1()
Gets the response value for the first entry |
String |
getValueEntry2()
Gets the response value for the second entry |
void |
setIdEntry1(int nIdEntry1)
Sets the first entry identifier |
void |
setIdEntry2(int nIdEntry2)
Sets the second entry identifier |
void |
setIdForm(int nIdForm)
Sets the form identifier |
void |
setIdOperator(int nIdOperator)
Sets the operator identifier |
void |
setIdRule(int nIdRule)
Sets the rule identifier |
void |
setValueEntry1(String strValueEntry1)
Sets the response value for the first entry |
void |
setValueEntry2(String strValueEntry2)
Sets the response value for the second entry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public Rule()
Method Detail |
---|
public int getIdRule()
public void setIdRule(int nIdRule)
nIdRule
- the rule identifierpublic int getIdForm()
public void setIdForm(int nIdForm)
nIdForm
- the form identifierpublic int getIdEntry1()
public void setIdEntry1(int nIdEntry1)
nIdEntry1
- the first entry identifierpublic String getValueEntry1()
public void setValueEntry1(String strValueEntry1)
strValueEntry1
- the response value for the first entrypublic int getIdEntry2()
public void setIdEntry2(int nIdEntry2)
nIdEntry2
- the second entry identifierpublic String getValueEntry2()
public void setValueEntry2(String strValueEntry2)
strValueEntry2
- the response value for the second entrypublic int getIdOperator()
public void setIdOperator(int nIdOperator)
nIdOperator
- the operator identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |