public class NotNumberedSeatDefinition extends AbstractRealTimeDto implements Serializable
Java class for notNumberedSeatDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
areaId |
protected Integer |
quantity |
Constructor and Description |
---|
NotNumberedSeatDefinition() |
Modifier and Type | Method and Description |
---|---|
Long |
getAreaId()
Gets the value of the areaId property.
|
Integer |
getQuantity()
Gets the value of the quantity property.
|
void |
setAreaId(Long value)
Sets the value of the areaId property.
|
void |
setQuantity(Integer value)
Sets the value of the quantity property.
|
public Long getAreaId()
Long
public void setAreaId(Long value)
value
- allowed object is
Long
public Integer getQuantity()
Integer
Copyright © 2021. All rights reserved.