|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object airline.AdministratorSession.NewFlightDetails
public static class AdministratorSession.NewFlightDetails
Serves as a return value from Connection.getNewFlightInfo()
.
Field Summary | |
---|---|
String |
code
A unique flight code (e.g., "UA200") |
String |
destination
Airport code for destination city (e.g., "STL") |
int |
numRows
Total number of rows on the flight. |
String |
origin
Airport code for originating city (e.g., "STL") |
String |
rowLayout
String designating the standard layout for rows on the flight (e.g., "AC_DEFG_HJ"). |
Constructor Summary | |
---|---|
AdministratorSession.NewFlightDetails()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String code
public String destination
public int numRows
public String origin
public String rowLayout
Constructor Detail |
---|
public AdministratorSession.NewFlightDetails()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |