|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.TimeSlot
public class TimeSlot
This class stores information about a single time slot in a free/busy response.
FreeBusy,
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. |
boolean |
isBefore(TimeSlot timeSlot)
Checks if the specified time slot is before this 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 |
| Method Detail |
|---|
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public BusyStatus getBusyStatus()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isBefore(TimeSlot timeSlot)
timeSlot - the time slot to compare
true if the specified time slot is before this time slot; false otherwise
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||