|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.departure.objects.DepartureObject
faa.tg.departure.objects.StartFlight
public class StartFlight
| Field Summary | |
|---|---|
private Acid |
acid
The acid of the flight to start |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private RollForward |
rollForward
What to roll forward |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
StartFlight(Acid acid,
RollForward rollForward)
Constructor |
|
| Method Summary | |
|---|---|
Acid |
getAcid()
Returns the acid of the flight to start |
RollForward |
getRollForward()
Returns what to roll forward |
java.lang.String |
toString()
Returns a string representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private Acid acid
private RollForward rollForward
| Constructor Detail |
|---|
public StartFlight(Acid acid,
RollForward rollForward)
acid - The acid of the flight to startrollForward - What to roll forward| Method Detail |
|---|
public java.lang.String toString()
toString in class DepartureObjectpublic Acid getAcid()
public RollForward getRollForward()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||