fr.paris.lutece.plugins.form.modules.comparevalidators.business
Class Rule

java.lang.Object
  extended by fr.paris.lutece.plugins.form.modules.comparevalidators.business.Rule

public class Rule
extends Object

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

RESOURCE_TYPE

public static final String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

Rule

public Rule()
Method Detail

getIdRule

public int getIdRule()
Gets the rule identifier

Returns:
the rule identifier

setIdRule

public void setIdRule(int nIdRule)
Sets the rule identifier

Parameters:
nIdRule - the rule identifier

getIdForm

public int getIdForm()
Gets the form identifier

Returns:
the form identifier

setIdForm

public void setIdForm(int nIdForm)
Sets the form identifier

Parameters:
nIdForm - the form identifier

getIdEntry1

public int getIdEntry1()
Gets the first entry identifier

Returns:
the first entry identifier

setIdEntry1

public void setIdEntry1(int nIdEntry1)
Sets the first entry identifier

Parameters:
nIdEntry1 - the first entry identifier

getValueEntry1

public String getValueEntry1()
Gets the response value for the first entry

Returns:
the response value for the first entry

setValueEntry1

public void setValueEntry1(String strValueEntry1)
Sets the response value for the first entry

Parameters:
strValueEntry1 - the response value for the first entry

getIdEntry2

public int getIdEntry2()
Gets the second entry identifier

Returns:
the second entry identifier

setIdEntry2

public void setIdEntry2(int nIdEntry2)
Sets the second entry identifier

Parameters:
nIdEntry2 - the second entry identifier

getValueEntry2

public String getValueEntry2()
Gets the response value for the second entry

Returns:
the response value for the second entry

setValueEntry2

public void setValueEntry2(String strValueEntry2)
Sets the response value for the second entry

Parameters:
strValueEntry2 - the response value for the second entry

getIdOperator

public int getIdOperator()
Gets the operator identifier

Returns:
the operator identifier

setIdOperator

public void setIdOperator(int nIdOperator)
Sets the operator identifier

Parameters:
nIdOperator - the operator identifier


Copyright © 2014 Mairie de Paris. All Rights Reserved.