net.sf.letsparty.cfg
Class IntInterval

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

public class IntInterval
extends BasicInterval
implements Interval

Class for int-partitioned columns


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

IntInterval

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