|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for objects representing an interval
Method Summary | |
java.util.Date |
getEnd()
Get the end of the interval |
java.util.Date |
getStart()
Get the start of the interval |
void |
setEnd(java.util.Date end)
Set the end of the interval |
void |
setStart(java.util.Date start)
Set the start of the interval |
Method Detail |
public void setStart(java.util.Date start)
start
- beginning of intervalpublic java.util.Date getStart()
public void setEnd(java.util.Date end)
end
- end of intervalpublic java.util.Date getEnd()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |