Package overit.geocall.util
Class DateConstant
java.lang.Object
java.util.Date
overit.geocall.util.DateConstant
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Date>
Utility class used to create a non changeable date
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDateConstant(long millis) Constructor method for DateConstantDateConstant(Date date) Constructor method for DateConstant -
Method Summary
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toInstant, toLocaleString, toString, UTC
-
Constructor Details
-
DateConstant
Constructor method for DateConstant- Parameters:
date- The date to set
-
DateConstant
public DateConstant(long millis) Constructor method for DateConstant- Parameters:
millis- The date to set in millis
-
-
Method Details