ix.icore.domain
Class TimeWindow

java.lang.Object
  extended by ix.icore.domain.TimeWindow
All Implemented Interfaces:
java.io.Serializable

public class TimeWindow
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  Duration max
           
protected  Duration min
           
 
Constructor Summary
TimeWindow()
           
TimeWindow(Duration min, Duration max)
           
 
Method Summary
 Duration getMax()
           
 Duration getMin()
           
 boolean hasUnboundedMax()
           
 void setMax(Duration d)
           
 void setMin(Duration d)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

min

protected Duration min

max

protected Duration max
Constructor Detail

TimeWindow

public TimeWindow()

TimeWindow

public TimeWindow(Duration min,
                  Duration max)
Method Detail

getMin

public Duration getMin()

setMin

public void setMin(Duration d)

getMax

public Duration getMax()

setMax

public void setMax(Duration d)

hasUnboundedMax

public boolean hasUnboundedMax()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object