Package com.webmethods.sc.calendar
Class Event
java.lang.Object
com.webmethods.sc.calendar.Event
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PeriodEvent
,Workday
Base Event class for all types of events may be added to the
IWorkdayCalendar
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EVENT_TYPE_WORKDAY
Event Type Workday- See Also:
-
EVENT_TYPE_HOLIDAY
Event Type Holiday- See Also:
-
EVENT_TYPE_TIMEOFF
Event Type Time Off- See Also:
-
EVENT_TYPE_BUSY
Event Type Busy- See Also:
-
EVENT_TYPE_BUSY_TENTATIVE
Event Type Tentatively Busy- See Also:
-
EVENT_TYPE_OUT_OF_THE_OFFICE
Event Type Out of the Office- See Also:
-
-
Constructor Details
-
Event
public Event()Default constructor -
Event
Creates an event of specified type and name
-
-
Method Details