|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.collab.groupware.TimeSlot
Represents a time slot for free/busy information.
Constructor Summary | |
TimeSlot(java.util.Date startTime,
java.util.Date endTime,
BusyStatus status)
Constructor. |
Method Summary | |
BusyStatus |
getBusyStatus()
Gets the busy status during the start and end times. |
java.util.Date |
getEndTime()
Gets the end time of the time slot. |
java.util.Date |
getStartTime()
Gets the start time of the time slot. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeSlot(java.util.Date startTime, java.util.Date endTime, BusyStatus status)
startTime
- the start timeendTime
- the end timestatus
- the busy statusMethod Detail |
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public BusyStatus getBusyStatus()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |