Interface ResourceRelationshipPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the ResourceRelationship
relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the destination resource.Gets theIdof the source resource.
-
Method Details
-
getSourceResourceId
Id getSourceResourceId()Gets theIdof the source resource.- Returns:
- the resource
Id - Compliance:
mandatory- This method must be implemented.
-
getDestinationResourceId
Id getDestinationResourceId()Gets theIdof the destination resource.- Returns:
- the resource
Id - Compliance:
mandatory- This method must be implemented.
-