net.sf.letsparty.cfg
Class LongInterval

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

public class LongInterval
extends BasicInterval
implements Interval

Class for long-partitioned columns


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

LongInterval

public LongInterval()
Method Detail

setFrom

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

setTo

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