caltool.schedule
Class MeetingRequest

java.lang.Object
  extended by java.util.Observable
      extended by mvp.Model
          extended by caltool.schedule.ScheduledItem
              extended by caltool.schedule.Appointment
                  extended by caltool.schedule.Meeting
                      extended by caltool.schedule.MeetingRequest
All Implemented Interfaces:
java.io.Serializable

public class MeetingRequest
extends Meeting

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.

See Also:
Serialized Form

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

MeetingRequest

public MeetingRequest()
Construct an empty MeetingRequest.