public class Rule extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE |
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final String RESOURCE_TYPE
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 identifierCopyright © 2017 City of Paris. All rights reserved.