Class Table
- java.lang.Object
-
- pl.grizzlysoftware.dotykacka.client.v2.model.Entity
-
- pl.grizzlysoftware.dotykacka.client.v2.model.CloudEntity
-
- pl.grizzlysoftware.dotykacka.client.v2.model.Table
-
public class Table extends CloudEntity
Created by Bartosz Pawłowski on 2019-07-01.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTable.Type
-
Field Summary
Fields Modifier and Type Field Description java.lang.BooleanisEnabledjava.lang.StringlocationNamejava.lang.IntegerpositionXjava.lang.IntegerpositionYjava.lang.IntegerrotationAnglejava.lang.IntegerseatsCountjava.lang.LongsellerIdjava.lang.BooleanshouldBeDisplayedjava.lang.LongtableGroupIdjava.util.Collection<java.lang.String>tagsTable.Typetype-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v2.model.CloudEntity
cloudId, createdAt, etag, externalId, modifiedAt, modifiedBy
-
-
Constructor Summary
Constructors Constructor Description Table()
-
-
-
Field Detail
-
tableGroupId
public java.lang.Long tableGroupId
-
sellerId
public java.lang.Long sellerId
-
isEnabled
public java.lang.Boolean isEnabled
-
shouldBeDisplayed
public java.lang.Boolean shouldBeDisplayed
-
locationName
public java.lang.String locationName
-
positionX
public java.lang.Integer positionX
-
positionY
public java.lang.Integer positionY
-
rotationAngle
public java.lang.Integer rotationAngle
-
seatsCount
public java.lang.Integer seatsCount
-
type
public Table.Type type
-
tags
public java.util.Collection<java.lang.String> tags
-
-