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

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

public class Operator
extends Object

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

Operator

public Operator()
Method Detail

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

getName

public String getName()
Gets the operator name

Returns:
the operator name

setName

public void setName(String strName)
Sets the operator name

Parameters:
strName - the operator name

getClassName

public String getClassName()
Gets the comparator class name

Returns:
the comparator class name

setClassName

public void setClassName(String strClassName)
Sets the comparator class name

Parameters:
strClassName - the comparator class name


Copyright © 2014 Mairie de Paris. All Rights Reserved.