This classe representes a criterion that is used with "date" properties.
It defines the operators used with a numeric criterion.
author: Philippe Brouillette version: 1.0
Constructor that takes all the needed properties to
initialize a date criterion.
Parameters: name - name of the criterion, this name is used as a keyin the criterion map Parameters: associatedEntity - class type associated to this criterion Parameters: property - property used for the query criterion Parameters: bundleName - bundle name Parameters: locale - locale information See Also:FormCriterion.FormCriterion(StringCriterionPropertyStringLocale) See Also: FormCriterion
Constructor that clones a query criterion. This constructor is used
to instanciate a criterion in a search form when the form
contains dynamic criteria.
Parameters: criterion - query criterion that must be oftype DateCriterion See Also:FormCriterion.FormCriterion(FormCriterion) See Also: FormCriterion
Method that assigns the value of the criterion as a String. This method
is needed for the user interface which uses only string values.
Parameters: value - value to be assigned See Also:FormCriterion.setPropertyValue(java.lang.String)
Methods inherited from org.mdarad.framework.util.struts.criteria.NumericCriterion