Interface RelationshipPeer

All Superinterfaces:
OsidCapsule

public interface RelationshipPeer extends OsidCapsule

An interface for the peers of the Relationship relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the destination peer.
    Gets the Id of the source peer.
  • Method Details

    • getSourceId

      Id getSourceId()
      Gets the Id of the source peer.
      Returns:
      the peer Id
      Compliance:
      mandatory - This method must be implemented.
    • getDestinationId

      Id getDestinationId()
      Gets the Id of the destination peer.
      Returns:
      the peer Id
      Compliance:
      mandatory - This method must be implemented.