Interface ISmuggler

    • Method Detail

      • getAmount

        int getAmount()
        Retrieve the amount of ware that is to be smuggled. The amount is in barrels.
        Returns:
        amount of the goods that should be smuggled.
      • getDestination

        ICity getDestination()
        Destination city.
        Returns:
        city where the goods should be smuggled to.
      • getPremium

        int getPremium()
        Retrieve hte premium for the smuggling.
        Returns:
        premium for smuggling
      • setAmount

        void setAmount​(int amount)
        Set the amount of goods.
        Parameters:
        amount - to be smuggled.
      • setPremium

        void setPremium​(int premium)
        Set the premium.
        Parameters:
        premium - for task completion
      • setDestination

        void setDestination​(ICity destination)
        Set the destination
        Parameters:
        destination - where the goods are smuggled to.