com.compoze.exchange
Class TimeSlot
java.lang.Object
|
+--com.compoze.exchange.TimeSlot
- All Implemented Interfaces:
- java.io.Serializable
- public class TimeSlot
- extends java.lang.Object
- implements java.io.Serializable
This class stores information about a single time slot in a free/busy
response.
- See Also:
- Serialized Form
Method Summary |
BusyStatus |
getBusyStatus()
Gets the busy status for the time slot. |
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()
Creates a 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 busy status for the time slot.
- Returns:
- the busy status
toString
public java.lang.String toString()
- Creates a string representation of the object.
- Overrides:
toString
in class java.lang.Object
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.