Interface ContactPeer

All Superinterfaces:
OsidCapsule

public interface ContactPeer extends OsidCapsule

An interface for the peers of the Contact relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the address.
    Gets the Id of the reference.
  • Method Details

    • getAddressId

      Id getAddressId()
      Gets the Id of the address.
      Returns:
      the Address Id
      Compliance:
      mandatory - This method must be implemented.
    • getReferenceId

      Id getReferenceId()
      Gets the Id of the reference.
      Returns:
      the Reference Id
      Compliance:
      mandatory - This method must be implemented.