Interface DeedPeer

All Superinterfaces:
OsidCapsule

public interface DeedPeer extends OsidCapsule

The peers of a deed relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the building.
    Gets the Id of the owner.
  • Method Details

    • getBuildingId

      Id getBuildingId()
      Gets the Id of the building.
      Returns:
      the building Id
      Compliance:
      mandatory - This method must be implemented.
    • getOwnerId

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