Interface GradeMap
- All Superinterfaces:
OsidCapsule
A map of two grades.
-
Method Summary
Modifier and TypeMethodDescriptionGets the sourceGrade.Gets the sourceGrade Id.Gets the targetGrade.Gets the targetGrade Id.
-
Method Details
-
getSourceGradeId
Id getSourceGradeId()Gets the sourceGrade Id.- Returns:
- the source grade
Id - Compliance:
mandatory- This method must be implemented.
-
getSourceGrade
Gets the sourceGrade.- Returns:
- the source grade
- Throws:
OperationFailedException- unable to complete request- Compliance:
mandatory- This method must be implemented.
-
getTargetGradeId
Id getTargetGradeId()Gets the targetGrade Id.- Returns:
- the target grade
Id - Compliance:
mandatory- This method must be implemented.
-
getTargetGrade
Gets the targetGrade.- Returns:
- the target grade
- Throws:
OperationFailedException- unable to complete request- Compliance:
mandatory- This method must be implemented.
-