public interface MeetingTime extends OsidCapsule
An individual meeting time.
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getDate()
Gets the date.
|
Location |
getLocation()
Gets the
Location. |
DisplayText |
getLocationDescription()
Gets a descriptive text for the location.
|
Id |
getLocationId()
Gets the location
Id . |
boolean |
hasLocation()
Tests if a location is available.
|
DateTime getDate()
mandatory - This method must be implemented. DisplayText getLocationDescription()
mandatory - This method must be implemented. boolean hasLocation()
true if a location is available, false
otherwisemandatory - This method must be implemented. Id getLocationId()
Id . Id IllegalStateException - hasLocation() is
false mandatory - This method must be implemented. Location getLocation() throws OperationFailedException
Location. IllegalStateException - hasLocation() is
false OperationFailedException - unable to complete requestmandatory - This method must be implemented.