| Interface | osid.room.construction.Project | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Temporal | |||
| Description |
A | ||
| Method | getBuildingId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the building Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBuilding | ||
| Description |
Gets the building. | ||
| Return | osid.room.Building | the building | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | hasCost | ||
| Description |
Tests if this renovation has a cost. | ||
| Return | boolean | true if a cost is available, false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCost | ||
| Description |
Gets the cost for this renovation. | ||
| Return | osid.financials.Currency | the cost | |
| Errors | ILLEGAL_STATE | hasCost() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProjectRecord | ||
| Description |
Gets the project record corresponding to the given
| ||
| Parameters | osid.type.Type | projectRecordType | the type of project record to retrieve |
| Return | osid.room.construction.records.ProjectRecord | the project record | |
| Errors | NULL_ARGUMENT | projectRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(projectRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |