Interface AppointmentPeer

All Superinterfaces:
OsidCapsule

public interface AppointmentPeer extends OsidCapsule

An interface for the peers of the Appointment relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the person.
    Gets the Id of the position.
  • Method Details

    • getPersonId

      Id getPersonId()
      Gets the Id of the person.
      Returns:
      the Person Id
      Compliance:
      mandatory - This method must be implemented.
    • getPositionId

      Id getPositionId()
      Gets the Id of the position.
      Returns:
      the Position Id
      Compliance:
      mandatory - This method must be implemented.