java.lang.Object
com.aquima.interactions.matching.impl.functions.values.DateMatchValue
All Implemented Interfaces:
IMatchValue

public class DateMatchValue extends Object implements IMatchValue
Match value implementation containing a single date value.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Summary

    Constructors
    Constructor
    Description
    DateMatchValue(Date dateValue)
    Constructs the date value with the date it represents.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    long
    This method returns the time in milliseconds of the date value this match value represents.
    This method returns the date value this match value represents.
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DateMatchValue

      public DateMatchValue(Date dateValue)
      Constructs the date value with the date it represents.
      Parameters:
      dateValue - The date value for which the match value is constructed.
  • Method Details

    • getValue

      public Date getValue()
      This method returns the date value this match value represents.
      Returns:
      the date value this match value represents.
    • getTime

      public long getTime()
      This method returns the time in milliseconds of the date value this match value represents.
      Returns:
      the time in milliseconds of the date value this match value represents.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object