public interface RelationshipPeer extends OsidCapsule
An interface for the peers of the Relationship
relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
getDestinationId()
Gets the
Id of the destination peer. |
Id |
getSourceId()
Gets the
Id of the source peer. |
Id getSourceId()
Id of the source peer. Id mandatory - This method must be implemented. Id getDestinationId()
Id of the destination peer. Id mandatory - This method must be implemented.