Compoze Software, Inc.

com.compoze.collab.groupware
Class FreeBusy


java.lang.Object

  |

  +--com.compoze.collab.groupware.FreeBusy


public class FreeBusy
extends java.lang.Object

This class represents the FreeBusy data for an IAddressEntry.


Constructor Summary
FreeBusy(java.util.Date start, java.util.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(java.util.Date start,
                java.util.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)

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.