|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This optional interface (optional in the sense that if you choose to implement seat assignments in your system, your implementation of seat assignments should fully implement this interface to return meaningful results.
| Method Summary | |
SeatCategory |
getCategory()
This method should return an indication of the seat category: first-class, economy, etc. |
SeatPrice |
getPrice()
This method should return an object that encapsulates the price information for the passenger willbe billed for this seat. |
java.lang.String |
getSeatNumber()
This method should uniquely identify the seat that has been assigned to a passenger on a flight. |
| Method Detail |
public java.lang.String getSeatNumber()
public SeatCategory getCategory()
public SeatPrice getPrice()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||