uk.co.mullsoft.jean.components
Class JEANTime

java.lang.Object
  extended by java.util.Date
      extended by uk.co.mullsoft.jean.components.JEANTime
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class JEANTime
extends java.util.Date

Author:
mike.curtis
See Also:
Serialized Form

Constructor Summary
JEANTime()
          Creates a new instance of JEANDate
JEANTime(java.util.Date date)
          Creates a new instance of JEANDate
JEANTime(long date)
          Creates a new instance of JEANDate
 
Method Summary
 
Methods inherited from class java.util.Date
after, before, clone, compareTo, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, toString, UTC
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JEANTime

public JEANTime()
Creates a new instance of JEANDate


JEANTime

public JEANTime(long date)
Creates a new instance of JEANDate


JEANTime

public JEANTime(java.util.Date date)
Creates a new instance of JEANDate