All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.time.TimeRange

java.lang.Object
   |
   +----semper.util.time.TimeRange

public class TimeRange
extends Object
implements Serializable
Denotes a time range (currently an interval, but it could be extended to allow more than one interval)


Variable Index

 o beginRange
 o endRange

Constructor Index

 o TimeRange()
 o TimeRange(Date, Date)

Method Index

 o contains(Date)

Variables

 o beginRange
 public Date beginRange
 o endRange
 public Date endRange

Constructors

 o TimeRange
 public TimeRange()
 o TimeRange
 public TimeRange(Date from,
                  Date to)

Methods

 o contains
 public ReturnCode contains(Date someDate)

All Packages  Class Hierarchy  This Package  Previous  Next  Index