Interface IShipDueDate

  • All Known Implementing Classes:
    ShipDueDate

    public interface IShipDueDate
    Simple abstraction of a due date for a ship. This can be used for ship building or repairs.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Mar 9, 2013
    • Method Detail

      • getShip

        IShip getShip()
        Retrieve the ship that is due.
        Returns:
        ship
      • getDueDate

        java.time.LocalDateTime getDueDate()
        Retrieve the due date of the ship.
        Returns:
        date time.