Class ReceivedDateTerm

  • All Implemented Interfaces:
    Serializable

    public final class ReceivedDateTerm
    extends DateTerm
    This class implements comparisons for the Message Received date
    Author:
    Bill Shannon, John Mani
    See Also:
    Serialized Form
    • Constructor Detail

      • ReceivedDateTerm

        public ReceivedDateTerm​(int comparison,
                                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 received date
        Returns:
        true if the comparison succeeds, otherwise false
      • equals

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