Class BuyerState

    • Field Detail

      • name

        private java.lang.String name
      • deadline

        private java.time.LocalDateTime deadline
      • ware

        private IWare ware
    • Constructor Detail

      • BuyerState

        public BuyerState()
      • BuyerState

        public BuyerState​(IBuyer buyer)
    • Method Detail

      • getTimeFrame

        public java.time.LocalDateTime getTimeFrame()
        Description copied from interface: IBuyer
        Date until which the wares have to be delivered.
        Specified by:
        getTimeFrame in interface IBuyer
        Returns:
        deadline until when the wares need to be delivered.