com.compoze.collab.groupware
Class TimeSlot

java.lang.Object
  extended by com.compoze.collab.groupware.TimeSlot

public class TimeSlot
extends Object

Represents a time slot for free/busy information.


Field Summary
protected  BusyStatus m_status
           
 
Constructor Summary
TimeSlot(Date startTime, Date endTime, BusyStatus status)
          Constructor.
 
Method Summary
 BusyStatus getBusyStatus()
          Gets the busy status during the start and end times.
 Date getEndTime()
          Gets the end time of the time slot.
 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
 

Field Detail

m_status

protected BusyStatus m_status
Constructor Detail

TimeSlot

public TimeSlot(Date startTime,
                Date endTime,
                BusyStatus status)
Constructor.

Parameters
startTime - the start time
endTime - the end time
status - the busy status
Method Detail

getStartTime

public Date getStartTime()
Gets the start time of the time slot.

Returns
the date and time of the time slot

getEndTime

public 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 © 2006 BEA Systems, Inc. All Rights Reserved