uk.co.mullsoft.jean.components
Class JEANDate

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

public class JEANDate
extends java.util.Date

Author:
mike.curtis
See Also:
Serialized Form

Constructor Summary
JEANDate()
          Creates a new instance of JEANDate
JEANDate(java.util.Date date)
          Creates a new instance of JEANDate
JEANDate(long date)
          Creates a new instance of JEANDate
 
Method Summary
 int daysAfter(JEANDate date)
           
 
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

JEANDate

public JEANDate()
Creates a new instance of JEANDate


JEANDate

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


JEANDate

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

Method Detail

daysAfter

public int daysAfter(JEANDate date)