public class Flight extends Object implements Serializable
| Constructor and Description |
|---|
Flight() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlightNumber() |
String |
getSeatInfo() |
Double |
getTicketPrice() |
void |
setFlightNumber(String flightNumber) |
void |
setSeatInfo(String seatInfo) |
void |
setTicketPrice(Double ticketPrice) |
public Double getTicketPrice()
public void setTicketPrice(Double ticketPrice)
public void setFlightNumber(String flightNumber)
public String getFlightNumber()
public void setSeatInfo(String seatInfo)
public String getSeatInfo()
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.