|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
mvp.Model
caltool.schedule.ScheduledItem
caltool.schedule.Appointment
caltool.schedule.Meeting
caltool.schedule.MeetingRequest
public class MeetingRequest
A meeting request has all the components of a meeting plus three additional components to specify the latest dates and time at which the meeting can be scheduled. A meeting request is used to specify a range of possible meeting times, to allow scheduling alternatives to be considered. The description of the ScheduleMeeting operation has further details on how meeting requests are handled.
Field Summary |
---|
Fields inherited from class caltool.schedule.Meeting |
---|
attendees |
Fields inherited from class caltool.schedule.Appointment |
---|
details, duration, itemKey, location, priority, recurringInfo, remindInfo, security, startTime |
Fields inherited from class caltool.schedule.ScheduledItem |
---|
category, endDate, startOrDueDate, title |
Fields inherited from class mvp.Model |
---|
view |
Constructor Summary | |
---|---|
MeetingRequest()
Construct an empty MeetingRequest. |
Method Summary |
---|
Methods inherited from class caltool.schedule.Appointment |
---|
getDetails, getDuration, getEndDate, getKey, getLocation, getPriority, getRecurringInfo, getRemindInfo, getSecurity, getStartDate, getStartTime |
Methods inherited from class caltool.schedule.ScheduledItem |
---|
getCategory, getDate, getTitle |
Methods inherited from class mvp.Model |
---|
dump, exit, getView, setView |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeetingRequest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |