Class SentDateTerm

All Implemented Interfaces:
Serializable

public final class SentDateTerm extends DateTerm
This class implements comparisons for the Message SentDate.
Author:
Bill Shannon, John Mani
See Also:
  • Constructor Details

    • SentDateTerm

      public SentDateTerm(int comparison, Date date)
      Constructor.
      Parameters:
      comparison - the Comparison type
      date - the date to be compared
  • Method Details

    • match

      public boolean match(Message msg)
      The match method.
      Specified by:
      match in class SearchTerm
      Parameters:
      msg - the date comparator is applied to this Message's sent date
      Returns:
      true if the comparison succeeds, otherwise false
    • equals

      public boolean equals(Object obj)
      Equality comparison.
      Overrides:
      equals in class DateTerm