| Interface | osid.calendaring.MeetingTime | ||
|---|---|---|---|
| Implements | osid.OsidCapsule | ||
| Description |
An individual meeting time. | ||
| Method | getDate | ||
| Description |
Gets the date. | ||
| Return | osid.calendaring.DateTime | the date | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLocationDescription | ||
| Description |
Gets a descriptive text for the location. | ||
| Return | osid.locale.DisplayText | a location description | |
| Compliance | mandatory | This method must be implemented. | |
| Method | hasLocation | ||
| Description |
Tests if a location is available. | ||
| Return | boolean | true if a location is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLocationId | ||
| Description |
Gets the location | ||
| Return | osid.id.Id | a location Id | |
| Errors | ILLEGAL_STATE | hasLocation() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLocation | ||
| Description |
Gets the | ||
| Return | osid.mapping.Location | a location | |
| Errors | ILLEGAL_STATE | hasLocation() is false | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |