|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimx.nuggets.wcap.FreeBusySlot
public class FreeBusySlot
The data object that encapsulates the information of a time slot that is free or busy for the calendar's primary owner. Each instance of the object indicate a time slot (specified by StartTime and EndTime) and a isFree boolean flag to indicate whether it is free or busy.
This object is created by the WcapNugget.getFreeBusySlot(...) method and a WcapNugget user does not suppose to instantiate it.
Constructor Summary | |
---|---|
FreeBusySlot(boolean isFree,
java.util.Date start,
java.util.Date end)
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object inObj)
Override the default java.lang.Object's equal command. |
java.util.Date |
getEndTime()
Get the end of the time slot. |
boolean |
getIsFree()
Get the flag that indicates whether the time slot is free. |
java.util.Date |
getStartTime()
Get the start of the time slot. |
java.lang.String |
toString()
Convert the object to a debug message. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FreeBusySlot(boolean isFree, java.util.Date start, java.util.Date end)
isFree
- boolean flag to indicate whether the time slot is free or not.Method Detail |
---|
public boolean getIsFree()
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public boolean equals(java.lang.Object inObj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.