Class WarehouseTentantLeaveTimedTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class WarehouseTentantLeaveTimedTask
    extends ch.sahits.game.openpatrician.model.event.TimedTask
    Timed task for the leaving of the ware house tenant. Created by andi on 26.03.17.
    • Constructor Summary

      Constructors 
      Constructor Description
      WarehouseTentantLeaveTimedTask​(ch.sahits.game.openpatrician.model.building.ITradingOffice office, ch.sahits.game.openpatrician.model.people.IWarehouseTenant tenant, java.time.LocalDateTime dealine)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      java.lang.String toString()  
      • Methods inherited from class ch.sahits.game.openpatrician.model.event.TimedTask

        canEqual, equals, getExecutionTime, getUuid, hashCode, setExecutionTime
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WarehouseTentantLeaveTimedTask

        public WarehouseTentantLeaveTimedTask​(ch.sahits.game.openpatrician.model.building.ITradingOffice office,
                                              ch.sahits.game.openpatrician.model.people.IWarehouseTenant tenant,
                                              java.time.LocalDateTime dealine)
    • Method Detail

      • run

        public void run()
      • toString

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