Interface IShipAuction

  • All Superinterfaces:
    IAuction
    All Known Implementing Classes:
    ShipAuction

    public interface IShipAuction
    extends IAuction
    Model for the auction of a ship.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Nov 06, 2016
    • Method Detail

      • getAuctionedShip

        IShip getAuctionedShip()
        Retrieve the ship that is auctioned.
        Returns:
        ship to be auctioned.