Uses of Class
net.sf.oness.common.model.temporal.Date

Packages that use Date
net.sf.oness.common.model.temporal   
 

Uses of Date in net.sf.oness.common.model.temporal
 

Fields in net.sf.oness.common.model.temporal declared as Date
static Date Date.MIN_VALUE
          The min value (actually 1000-JAN-01 00:00:00)
static Date Date.MAX_VALUE
          The max value (actually 9999-DEC-31 23:59:59)
 

Methods in net.sf.oness.common.model.temporal that return Date
 Date DateRange.getStart()
           
 Date DateRange.getEnd()
           
static Date Date.now()
          Create a Date for the current time and truncated to the default field DEFAULT_TRUNCATE_TO_FIELDleaving it as the most significant.
 

Methods in net.sf.oness.common.model.temporal with parameters of type Date
 void DateRange.setStart(Date start)
          Set the start date
 void DateRange.setEnd(Date end)
          Set the end date
 boolean DateRange.includes(Date arg)
           
static DateRange DateRange.upTo(Date end)
           
static DateRange DateRange.startingOn(Date start)
           
 boolean Date.after(Date when)
           
 boolean Date.before(Date when)
           
 

Constructors in net.sf.oness.common.model.temporal with parameters of type Date
DateRange(Date start, Date end)
          Create a date range from start to end
 



Copyright © 2003-2005 ONess Project. All Rights Reserved.