portlets.compoze.groupware.calendar
Class FreeBusy.TimeSlot
java.lang.Object
|
+--portlets.compoze.groupware.calendar.FreeBusy.TimeSlot
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- FreeBusy
- public static class FreeBusy.TimeSlot
- extends java.lang.Object
- implements java.io.Serializable
This class represents information about a single time slot.
- See Also:
- Serialized Form
Method Summary |
BusyStatus |
getBusyStatus()
Gets the status. |
java.util.Date |
getEndTime()
Gets the end time of the time slot. |
java.util.Date |
getStartTime()
Gets the start time of the time slot. |
java.lang.String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getStartTime
public java.util.Date getStartTime()
- Gets the start time of the time slot.
- Returns:
- the start time
getEndTime
public java.util.Date getEndTime()
- Gets the end time of the time slot.
- Returns:
- the end time
getBusyStatus
public BusyStatus getBusyStatus()
- Gets the status.
- Returns:
- the status
toString
public java.lang.String toString()
- Returns the string representation of the object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the string representation of the object
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.