Class BuyTradingOfficeTradeStep

  • All Implemented Interfaces:
    ITradeStep

    public class BuyTradingOfficeTradeStep
    extends java.lang.Object
    implements ITradeStep
    Buy trade step to buy wares and store it in the trading office.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Dec 21, 2016
    • Field Detail

      • city

        private ICity city
      • ware

        private IWare ware
      • tradeService

        @Autowired
        private TradeService tradeService
      • maxBuyPrice

        private int maxBuyPrice
      • retainCash

        private long retainCash
    • Constructor Detail

      • BuyTradingOfficeTradeStep

        public BuyTradingOfficeTradeStep()
    • Method Detail

      • execute

        public boolean execute()
        Description copied from interface: ITradeStep
        Execute the trade step.
        Specified by:
        execute in interface ITradeStep
        Returns:
        true if the next step can be executed on completion or if the execution is triggered by the arrival of the ship in the next port.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object