Class SentDateTerm

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SentDateTerm
    extends DateTerm
    This class implements comparisons for the Message SentDate.
    See Also:
    Serialized Form
    • Constructor Detail

      • SentDateTerm

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

      • 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​(java.lang.Object obj)
        Equality comparison.
        Overrides:
        equals in class DateTerm