net.sf.letsparty.cfg
Class BasicInterval

java.lang.Object
  extended bynet.sf.letsparty.cfg.BasicInterval
All Implemented Interfaces:
Interval
Direct Known Subclasses:
DateInterval, IntInterval, LongInterval, TimeInterval, TimestampInterval

public abstract class BasicInterval
extends java.lang.Object
implements Interval

A base class that compares objects of type Comparable.


Field Summary
protected  java.lang.Comparable from
           
protected  java.lang.Comparable to
           
 
Constructor Summary
BasicInterval()
           
 
Method Summary
 IntervalCompareResult getRelation(java.lang.Object objectTo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.letsparty.cfg.Interval
setFrom, setTo
 

Field Detail

from

protected java.lang.Comparable from

to

protected java.lang.Comparable to
Constructor Detail

BasicInterval

public BasicInterval()
Method Detail

getRelation

public IntervalCompareResult getRelation(java.lang.Object objectTo)
Specified by:
getRelation in interface Interval