|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XTimeBounds
Method Summary | |
---|---|
java.util.Date |
getEndDate()
Returns the latest timestamp of these boundaries (right bound). |
java.util.Date |
getStartDate()
Returns the earliest timestamp of these boundaries (left bound). |
boolean |
isWithin(java.util.Date date)
Checks, whether the given date is within these boundaries. |
java.lang.String |
toString()
Returns a string representation of these boundaries. |
Method Detail |
---|
java.util.Date getStartDate()
java.util.Date getEndDate()
boolean isWithin(java.util.Date date)
date
- Date to be checked.
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 |