public class PKSeat extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
seatDescription |
protected String |
seatIdentifier |
protected String |
seatNumber |
protected String |
seatRow |
protected String |
seatSection |
protected String |
seatType |
| Constructor and Description |
|---|
PKSeat() |
| Modifier and Type | Method and Description |
|---|---|
static PKSeatBuilder |
builder() |
static PKSeatBuilder |
builder(PKSeat seat) |
protected PKSeat |
clone() |
String |
getSeatDescription() |
String |
getSeatIdentifier() |
String |
getSeatNumber() |
String |
getSeatRow() |
String |
getSeatSection() |
String |
getSeatType() |
String |
toString() |
protected String seatSection
protected String seatRow
protected String seatNumber
protected String seatIdentifier
protected String seatType
protected String seatDescription
public String getSeatSection()
public String getSeatRow()
public String getSeatNumber()
public String getSeatIdentifier()
public String getSeatType()
public String getSeatDescription()
public static PKSeatBuilder builder()
public static PKSeatBuilder builder(PKSeat seat)
Copyright © 2012–2022. All rights reserved.