Interface | osid.room.squatting.Deed | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
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 owner building. | ||
Return | osid.room.Building | the building | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getOwnerId | ||
Description |
Gets the | ||
Return | osid.id.Id | the resource Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getOwner | ||
Description |
Gets the owner resource. | ||
Return | osid.resource.Resource | the resource | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getDeedRecord | ||
Description |
Gets the deed record corresponding to the given | ||
Parameters | osid.type.Type | deedRecordType | the type of deed record to retrieve |
Return | osid.room.squatting.records.DeedRecord | the deed record | |
Errors | NULL_ARGUMENT | deedRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(deedRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |