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()
Long
public void setAreaId(Long value)
value
- allowed object is
Long
public AreaKind getAreaKind()
AreaKind
public void setAreaKind(AreaKind value)
value
- allowed object is
AreaKind
public boolean isAvailable()
public void setAvailable(boolean value)
public Long getBlockId()
Long
public void setBlockId(Long value)
value
- allowed object is
Long
public Long getContingentId()
Long
public void setContingentId(Long value)
value
- allowed object is
Long
public String getNumber()
String
public void setNumber(String value)
value
- allowed object is
String
public Long getPhysicalSeatId()
Long
public void setPhysicalSeatId(Long value)
value
- allowed object is
Long
public int getRotation()
public void setRotation(int value)
public String getRow()
String
public void setRow(String value)
value
- allowed object is
String
public String getScenePanoLink()
String
public void setScenePanoLink(String value)
value
- allowed object is
String
public String getScenePhotoLink()
String
public void setScenePhotoLink(String value)
value
- allowed object is
String
public Long getSeatCategoryId()
Long
public void setSeatCategoryId(Long value)
value
- allowed object is
Long
public int getX()
public void setX(int value)
public int getY()
public void setY(int value)
Copyright © 2021. All rights reserved.