|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.FreeBusy
public class FreeBusy
This class implements a wrapper for the free/busy response that is returned from Domino.
Session.serverGetFreeBusy(String,java.util.Date,java.util.Date,int),
Serialized Form| Constructor Summary | |
|---|---|
protected |
FreeBusy(java.lang.String[] sResponse,
java.util.Date freeBusyStart,
java.util.Date freeBusyEnd,
int iInterval,
java.lang.Object blank)
Constructor. |
| Method Summary | |
|---|---|
TimeSlot[] |
getTimeSlots()
Gets the list of the time slots |
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 |
| Constructor Detail |
|---|
protected FreeBusy(java.lang.String[] sResponse,
java.util.Date freeBusyStart,
java.util.Date freeBusyEnd,
int iInterval,
java.lang.Object blank)
throws DominoException
sResponse - the responsefreeBusyStart - the start datefreeBusyEnd - the end dateiInterval - the interval (in minutes)
DominoException| Method Detail |
|---|
public TimeSlot[] getTimeSlots()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||