Interface CredentialEntryPeer

All Superinterfaces:
OsidCapsule

public interface CredentialEntryPeer extends OsidCapsule

An interface for the peers of the CredentialEntry relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the credential.
    Gets the Id of the resource.
  • Method Details

    • getCredentialId

      Id getCredentialId()
      Gets the Id of the credential.
      Returns:
      the Credential Id
      Compliance:
      mandatory - This method must be implemented.
    • getStudentId

      Id getStudentId()
      Gets the Id of the resource.
      Returns:
      the Resource Id
      Compliance:
      mandatory - This method must be implemented.