Interface LeasePeer

All Superinterfaces:
OsidCapsule

public interface LeasePeer extends OsidCapsule

The peers of a lease relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the room.
    Gets the Id of the tenant.
  • Method Details

    • getRoomId

      Id getRoomId()
      Gets the Id of the room.
      Returns:
      the room Id
      Compliance:
      mandatory - This method must be implemented.
    • getTenantId

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