Class DateMatchValue
java.lang.Object
com.aquima.interactions.matching.impl.functions.values.DateMatchValue
- All Implemented Interfaces:
IMatchValue
Match value implementation containing a single date value.
- Since:
- 6.2
- Author:
- O. Kerpershoek, F. van der Meer
-
Constructor Summary
ConstructorsConstructorDescriptionDateMatchValue
(Date dateValue) Constructs the date value with the date it represents. -
Method Summary
-
Constructor Details
-
Method Details
-
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() -
equals
-