com.compoze.collab.groupware
Class FreeBusy

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

public class FreeBusy
extends Object

This class represents the FreeBusy data for an IAddressEntry.


Constructor Summary
FreeBusy(Date start, Date end, TimeSlot[] slots)
          Constructor.
 
Method Summary
 TimeSlot[] getTimeSlots()
          Gets the time slots.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeBusy

public FreeBusy(Date start,
                Date end,
                TimeSlot[] slots)
Constructor.

Parameters
start - the start date
end - the end date
slots - the time slots
Method Detail

getTimeSlots

public TimeSlot[] getTimeSlots()
Gets the time slots.

Returns
an array of time slots (not null)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved