Package com.qfs.agg
Interface ITimestamp
-
- All Superinterfaces:
Comparable<ITimestamp>,ITime,Serializable
- All Known Implementing Classes:
Timestamp
public interface ITimestamp extends Comparable<ITimestamp>, Serializable, ITime
A timestamp as produced by a TIMESTAMP aggregation function.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetDate()Returns this timestamp as a date.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getDate
Date getDate()
Returns this timestamp as a date.
-
-