Klasse DateValidator

java.lang.Object
de.esoco.data.validate.DateValidator
Alle implementierten Schnittstellen:
Validator<Date>, Serializable

public class DateValidator extends Object implements Validator<Date>
A validator for date values. The date can be constrained by a start and an end value if required.
Siehe auch:
  • Konstruktordetails

    • DateValidator

      public DateValidator(Date startDate, Date endDate)
      Creates a new instance that tests against a certain date range.
      Parameter:
      startDate - The start date to test against or NULL for no limitation
      endDate - The end date to test against or NULL for no limitation
  • Methodendetails