com.compoze.collab.groupware
Class  TimeSlot
java.lang.Object
  |
  +--com.compoze.collab.groupware.TimeSlot
- public class TimeSlot
- extends java.lang.Object
  
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 | 
 
TimeSlot
public TimeSlot(java.util.Date startTime,
                java.util.Date endTime,
                BusyStatus status)
- Constructor.
- Parameters:
 startTime - the start timeendTime - the end timestatus - the busy status
 
 
getStartTime
public java.util.Date getStartTime()
- Gets the start time of the time slot.
- Returns:
 - the date and time of the time slot
 
 
 
getEndTime
public java.util.Date getEndTime()
- Gets the end time of the time slot.
- Returns:
 - the date and end time
 
 
 
getBusyStatus
public BusyStatus getBusyStatus()
- Gets the busy status during the start and end times.
- Returns:
 - the busy status
 
 
 
 Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.