com.iphrase.runtime.query.result
Class Summarized.DateTime
java.lang.Object
|
+--com.iphrase.runtime.query.result.Summarized
|
+--com.iphrase.runtime.query.result.Summarized.DateTime
- Enclosing class:
- Summarized
- public static class Summarized.DateTime
- extends Summarized
Represent a summarized datetime feature value.
Constructor Summary |
Summarized.DateTime(java.util.Calendar min,
java.util.Calendar max)
Construct a new summarized datetime feature value. |
Method Summary |
boolean |
equals(java.lang.Object obj)
Override Object.equals(java.lang.Object) |
java.util.Calendar |
getMax()
Get the maximum value of this summarized type. |
java.util.Calendar |
getMin()
Get the minimum value of this summarized type. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Summarized.DateTime
public Summarized.DateTime(java.util.Calendar min,
java.util.Calendar max)
- Construct a new summarized datetime feature value.
- Parameters:
min
- Calendar minimum valuemax
- Calendar maximum value
getMin
public java.util.Calendar getMin()
- Get the minimum value of this summarized type.
getMax
public java.util.Calendar getMax()
- Get the maximum value of this summarized type.
equals
public boolean equals(java.lang.Object obj)
- Override
Object.equals(java.lang.Object)
- Overrides:
equals
in class java.lang.Object
- Parameters:
obj
- the reference object with which to compare.- Returns:
true
if this object is the same as the obj
argument; false
otherwise.