net.sf.letsparty.cfg
Interface Interval

All Known Implementing Classes:
BasicInterval, DateInterval, IntInterval, LongInterval, TimeInterval, TimestampInterval

public interface Interval

Corresponds to an <interval> element in the configuration


Method Summary
 IntervalCompareResult getRelation(java.lang.Object objectTo)
           
 void setFrom(java.lang.String from)
           
 void setTo(java.lang.String to)
           
 

Method Detail

setFrom

public void setFrom(java.lang.String from)
             throws LetsPartyCfgException
Throws:
LetsPartyCfgException

setTo

public void setTo(java.lang.String to)
           throws LetsPartyCfgException
Throws:
LetsPartyCfgException

getRelation

public IntervalCompareResult getRelation(java.lang.Object objectTo)