public class SeatDefinition extends AbstractRealTimeDto
| Constructor and Description |
|---|
SeatDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAreaId() |
AreaKind |
getAreaKind() |
Long |
getBlockId() |
Long |
getContingentId() |
String |
getNumber() |
Long |
getPhysicalSeatId() |
int |
getRotation() |
String |
getRow() |
String |
getScenePanoLink() |
String |
getScenePhotoLink() |
Long |
getSeatCategoryId() |
int |
getX() |
int |
getY() |
int |
hashCode() |
boolean |
isAvailable() |
boolean |
isCompleteToFindUniqueSeat() |
boolean |
isUndefined() |
void |
setAreaId(Long physicalAreaId) |
void |
setAreaKind(AreaKind areaKind) |
void |
setAvailable(boolean available) |
void |
setBlockId(Long physicalBlockId) |
void |
setContingentId(Long contingentId) |
void |
setNumber(String number) |
void |
setPhysicalSeatId(Long physicalSeatId) |
void |
setRotation(int rotation) |
void |
setRow(String row) |
void |
setScenePanoLink(String scenePanoLink) |
void |
setScenePhotoLink(String scenePhotoLink) |
void |
setSeatCategoryId(Long seatCategoryId) |
void |
setX(int x) |
void |
setY(int y) |
toStringpublic static final String UNDEFINED
public boolean isUndefined()
public String getNumber()
public Long getBlockId()
public String getRow()
public void setNumber(String number)
public void setAreaId(Long physicalAreaId)
public void setBlockId(Long physicalBlockId)
public void setRow(String row)
public boolean isCompleteToFindUniqueSeat()
public Long getAreaId()
public Long getSeatCategoryId()
public void setSeatCategoryId(Long seatCategoryId)
public Long getContingentId()
public void setContingentId(Long contingentId)
public boolean isAvailable()
public void setAvailable(boolean available)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getRotation()
public void setRotation(int rotation)
public Long getPhysicalSeatId()
public void setPhysicalSeatId(Long physicalSeatId)
public void setAreaKind(AreaKind areaKind)
public AreaKind getAreaKind()
public String getScenePhotoLink()
public void setScenePhotoLink(String scenePhotoLink)
public String getScenePanoLink()
public void setScenePanoLink(String scenePanoLink)
Copyright © 2020. All rights reserved.