Class Reservation

    • Field Detail

      • employeeId

        public java.lang.Long employeeId
      • customerId

        public java.lang.Long customerId
      • eetSubjectId

        public java.lang.Long eetSubjectId
      • invoiceId

        public java.lang.Long invoiceId
      • tableId

        public java.lang.Long tableId
      • itemCount

        public java.lang.Long itemCount
      • seatsCount

        public java.lang.Short seatsCount
      • flags

        public java.lang.Integer flags
      • startsAt

        public java.time.ZonedDateTime startsAt
      • endsAt

        public java.time.ZonedDateTime endsAt
      • note

        public java.lang.String note
    • Constructor Detail

      • Reservation

        public Reservation()