toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.model
/
Queue
Queue
@
Entity
class
Queue
Model representing the "queue" db table
Members
Constructors
Queue
Link copied to clipboard
constructor
(
)
Properties
color
Link copied to clipboard
var
color
:
String
?
creator
Id
Link copied to clipboard
var
creatorId
:
Long
?
current
User
Id
Link copied to clipboard
var
currentUserId
:
Long
?
is
Important
Link copied to clipboard
var
isImportant
:
Boolean
?
name
Link copied to clipboard
var
name
:
String
?
pin
Code
Link copied to clipboard
var
pinCode
:
String
?
pin
Date
Created
Link copied to clipboard
var
pinDateCreated
:
LocalDateTime
?
qr
Code
Link copied to clipboard
var
qrCode
:
String
?
qr
Date
Created
Link copied to clipboard
var
qrDateCreated
:
LocalDateTime
?
queue
Id
Link copied to clipboard
var
queueId
:
Long
?
track
Expenses
Link copied to clipboard
var
trackExpenses
:
Boolean
?