| Interface | osid.inventory.Model | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
A | ||
| Method | getManufacturerId | ||
| Description |
Gets the manufacturer | ||
| Return | osid.id.Id | a resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getManufacturer | ||
| Description |
Gets the manufacturer (e.g. Cisco). | ||
| Return | osid.resource.Resource | a resource | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getArchetype | ||
| Description |
Gets the model name component (e.g. ASR 9010) | ||
| Return | string | the model | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getNumber | ||
| Description |
Gets the model number (e.g. ASR-9010-AC-V2). | ||
| Return | string | the model number | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getModelRecord | ||
| Description |
Gets the model record corresponding to the given | ||
| Parameters | osid.type.Type | modelRecordType | the type of model record to retrieve |
| Return | osid.inventory.records.ModelRecord | the model record | |
| Errors | NULL_ARGUMENT | modelRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(modelRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |