Class Reservation
- java.lang.Object
-
- pl.grizzlysoftware.dotykacka.client.v2.model.Entity
-
- pl.grizzlysoftware.dotykacka.client.v2.model.CloudEntity
-
- pl.grizzlysoftware.dotykacka.client.v2.model.BranchEntity
-
- pl.grizzlysoftware.dotykacka.client.v2.model.Reservation
-
public class Reservation extends BranchEntity
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.LongcustomerIdjava.lang.LongeetSubjectIdjava.lang.LongemployeeIdjava.time.ZonedDateTimeendsAtjava.lang.Integerflagsjava.lang.LonginvoiceIdjava.lang.LongitemCountjava.lang.Stringnotejava.lang.ShortseatsCountjava.time.ZonedDateTimestartsAtReservationStatusstatusjava.lang.LongtableId-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v2.model.BranchEntity
branchId
-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v2.model.CloudEntity
cloudId, createdAt, etag, externalId, modifiedAt, modifiedBy
-
-
Constructor Summary
Constructors Constructor Description 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
-
status
public ReservationStatus status
-
startsAt
public java.time.ZonedDateTime startsAt
-
endsAt
public java.time.ZonedDateTime endsAt
-
note
public java.lang.String note
-
-