butler.ext.interval
Class IntervalColumn.ThisInterval

java.lang.Object
  extended by butler.ext.interval.Interval
      extended by butler.ext.interval.IntervalColumn.ThisInterval
Enclosing class:
IntervalColumn

protected class IntervalColumn.ThisInterval
extends Interval


Constructor Summary
IntervalColumn.ThisInterval(Record rec)
           
 
Method Summary
 java.lang.Comparable getEnd()
           
 java.lang.Comparable getStart()
           
 void setEnd(java.lang.Comparable value)
           
 void setStart(java.lang.Comparable value)
           
 
Methods inherited from class butler.ext.interval.Interval
contains, contains, equals, intersection, isIncludeEnd, isIncludeStart, overlap, setIncludeEnd, setIncludeStart, toString, union
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntervalColumn.ThisInterval

public IntervalColumn.ThisInterval(Record rec)
Method Detail

getStart

public java.lang.Comparable getStart()
                              throws java.lang.Exception
Overrides:
getStart in class Interval
Throws:
java.lang.Exception

getEnd

public java.lang.Comparable getEnd()
                            throws java.lang.Exception
Overrides:
getEnd in class Interval
Throws:
java.lang.Exception

setStart

public void setStart(java.lang.Comparable value)
              throws java.lang.Exception
Overrides:
setStart in class Interval
Throws:
java.lang.Exception

setEnd

public void setEnd(java.lang.Comparable value)
            throws java.lang.Exception
Overrides:
setEnd in class Interval
Throws:
java.lang.Exception