net.sf.letsparty.cfg
Class DateInterval

java.lang.Object
  extended bynet.sf.letsparty.cfg.BasicInterval
      extended bynet.sf.letsparty.cfg.DateInterval
All Implemented Interfaces:
Interval

public class DateInterval
extends BasicInterval
implements Interval

Class for date-partitioned columns


Field Summary
 
Fields inherited from class net.sf.letsparty.cfg.BasicInterval
from, to
 
Constructor Summary
DateInterval()
           
 
Method Summary
 void setFrom(java.lang.String from)
           
 void setTo(java.lang.String to)
           
 
Methods inherited from class net.sf.letsparty.cfg.BasicInterval
getRelation
 
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
getRelation
 

Constructor Detail

DateInterval

public DateInterval()
Method Detail

setFrom

public void setFrom(java.lang.String from)
             throws LetsPartyCfgException
Specified by:
setFrom in interface Interval
Throws:
LetsPartyCfgException

setTo

public void setTo(java.lang.String to)
           throws LetsPartyCfgException
Specified by:
setTo in interface Interval
Throws:
LetsPartyCfgException