Interface ProfileEntryResourcePeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the ProfileEntry relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the profile item.Gets theIdof the resource.
-
Method Details
-
getResourceId
Id getResourceId()Gets theIdof the resource.- Returns:
- the
ResourceId - Compliance:
mandatory- This method must be implemented.
-
getProfileItemId
Id getProfileItemId()Gets theIdof the profile item.- Returns:
- the
ProfileItemId - Compliance:
mandatory- This method must be implemented.
-