Class DateTerm

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Equality comparison.
      int getComparison()
      Return the type of comparison.
      java.util.Date getDate()
      Return the Date to compare with.
      int hashCode()
      Compute a hashCode for this object.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDate

        public java.util.Date getDate()
        Return the Date to compare with.
        Returns:
        the date
      • getComparison

        public int getComparison()
        Return the type of comparison.
        Returns:
        the comparison type
      • equals

        public boolean equals​(java.lang.Object obj)
        Equality comparison.
        Overrides:
        equals in class ComparisonTerm
      • hashCode

        public int hashCode()
        Compute a hashCode for this object.
        Overrides:
        hashCode in class ComparisonTerm