Interface ProfileEntryAgentPeer

All Superinterfaces:
OsidCapsule

public interface ProfileEntryAgentPeer extends OsidCapsule

An interface for the peers of the ProfileEntry relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the agent.
    Gets the Id of the profile item.
  • Method Details

    • getAgentId

      Id getAgentId()
      Gets the Id of the agent.
      Returns:
      the Agent Id
      Compliance:
      mandatory - This method must be implemented.
    • getProfileItemId

      Id getProfileItemId()
      Gets the Id of the profile item.
      Returns:
      the ProfileItem Id
      Compliance:
      mandatory - This method must be implemented.