Interface | osid.room.construction.ProjectForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
osid.OsidTemporalForm | |||
Description |
This is the form for creating and updating | ||
Method | getCostMetadata | ||
Description |
Gets the metadata for the cost. | ||
Return | osid.Metadata | metadata for the cost | |
Compliance | mandatory | This method must be implemented. | |
Method | setCost | ||
Description |
Sets the cost. | ||
Parameters | osid.financials.Currency | cost | the new cost |
Errors | INVALID_ARGUMENT | cost is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | cost is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearCost | ||
Description |
Clears the cost. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getProjectFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | projectRecordType | the project record type |
Return | osid.room.construction.records.ProjectFormRecord | the project form 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. |