public class SeatDefinition extends AbstractRealTimeDto implements Serializable
Java class for seatDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
areaId |
protected AreaKind |
areaKind |
protected boolean |
available |
protected Long |
blockId |
protected Long |
contingentId |
protected String |
number |
protected Long |
physicalSeatId |
protected int |
rotation |
protected String |
row |
protected String |
scenePanoLink |
protected String |
scenePhotoLink |
protected Long |
seatCategoryId |
protected int |
x |
protected int |
y |
| Constructor and Description |
|---|
SeatDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAreaId()
Gets the value of the areaId property.
|
AreaKind |
getAreaKind()
Gets the value of the areaKind property.
|
Long |
getBlockId()
Gets the value of the blockId property.
|
Long |
getContingentId()
Gets the value of the contingentId property.
|
String |
getNumber()
Gets the value of the number property.
|
Long |
getPhysicalSeatId()
Gets the value of the physicalSeatId property.
|
int |
getRotation()
Gets the value of the rotation property.
|
String |
getRow()
Gets the value of the row property.
|
String |
getScenePanoLink()
Gets the value of the scenePanoLink property.
|
String |
getScenePhotoLink()
Gets the value of the scenePhotoLink property.
|
Long |
getSeatCategoryId()
Gets the value of the seatCategoryId property.
|
int |
getX()
Gets the value of the x property.
|
int |
getY()
Gets the value of the y property.
|
boolean |
isAvailable()
Gets the value of the available property.
|
void |
setAreaId(Long value)
Sets the value of the areaId property.
|
void |
setAreaKind(AreaKind value)
Sets the value of the areaKind property.
|
void |
setAvailable(boolean value)
Sets the value of the available property.
|
void |
setBlockId(Long value)
Sets the value of the blockId property.
|
void |
setContingentId(Long value)
Sets the value of the contingentId property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setPhysicalSeatId(Long value)
Sets the value of the physicalSeatId property.
|
void |
setRotation(int value)
Sets the value of the rotation property.
|
void |
setRow(String value)
Sets the value of the row property.
|
void |
setScenePanoLink(String value)
Sets the value of the scenePanoLink property.
|
void |
setScenePhotoLink(String value)
Sets the value of the scenePhotoLink property.
|
void |
setSeatCategoryId(Long value)
Sets the value of the seatCategoryId property.
|
void |
setX(int value)
Sets the value of the x property.
|
void |
setY(int value)
Sets the value of the y property.
|
protected Long areaId
protected AreaKind areaKind
protected boolean available
protected Long blockId
protected Long contingentId
protected String number
protected Long physicalSeatId
protected int rotation
protected String row
protected String scenePanoLink
protected String scenePhotoLink
protected Long seatCategoryId
protected int x
protected int y
public Long getAreaId()
Longpublic void setAreaId(Long value)
value - allowed object is
Longpublic AreaKind getAreaKind()
AreaKindpublic void setAreaKind(AreaKind value)
value - allowed object is
AreaKindpublic boolean isAvailable()
public void setAvailable(boolean value)
public Long getBlockId()
Longpublic void setBlockId(Long value)
value - allowed object is
Longpublic Long getContingentId()
Longpublic void setContingentId(Long value)
value - allowed object is
Longpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic Long getPhysicalSeatId()
Longpublic void setPhysicalSeatId(Long value)
value - allowed object is
Longpublic int getRotation()
public void setRotation(int value)
public String getRow()
Stringpublic void setRow(String value)
value - allowed object is
Stringpublic String getScenePanoLink()
Stringpublic void setScenePanoLink(String value)
value - allowed object is
Stringpublic String getScenePhotoLink()
Stringpublic void setScenePhotoLink(String value)
value - allowed object is
Stringpublic Long getSeatCategoryId()
Longpublic void setSeatCategoryId(Long value)
value - allowed object is
Longpublic int getX()
public void setX(int value)
public int getY()
public void setY(int value)
Copyright © 2021. All rights reserved.