Interface BidPeer

All Superinterfaces:
OsidCapsule

public interface BidPeer extends OsidCapsule

An interface for the peers of the Bid relationship.

  • Method Summary

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

    • getAuctionId

      Id getAuctionId()
      Gets the Id of the auction.
      Returns:
      the Auction Id
      Compliance:
      mandatory - This method must be implemented.
    • getResourceId

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