net.sf.letsparty.cfg
Class TimeInterval

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

public class TimeInterval
extends BasicInterval
implements Interval

Class for time-partitioned columns


Field Summary
 
Fields inherited from class net.sf.letsparty.cfg.BasicInterval
from, to
 
Constructor Summary
TimeInterval()
           
 
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

TimeInterval

public TimeInterval()
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