net.sf.letsparty.cfg
Class TimestampInterval

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

public class TimestampInterval
extends BasicInterval
implements Interval

Class for timestamp-partitioned columns


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

TimestampInterval

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