|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectix.icore.domain.TimeWindow
public class TimeWindow
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 |
---|
protected Duration min
protected Duration max
Constructor Detail |
---|
public TimeWindow()
public TimeWindow(Duration min, Duration max)
Method Detail |
---|
public Duration getMin()
public void setMin(Duration d)
public Duration getMax()
public void setMax(Duration d)
public boolean hasUnboundedMax()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |