faa.tg.departure.objects
Class StartFlight

java.lang.Object
  extended by faa.tg.departure.objects.DepartureObject
      extended by faa.tg.departure.objects.StartFlight
All Implemented Interfaces:
java.io.Serializable

public class StartFlight
extends DepartureObject

See Also:
Serialized Form

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

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

acid

private Acid acid
The acid of the flight to start


rollForward

private RollForward rollForward
What to roll forward

Constructor Detail

StartFlight

public StartFlight(Acid acid,
                   RollForward rollForward)
Constructor

Parameters:
acid - The acid of the flight to start
rollForward - What to roll forward
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object

Specified by:
toString in class DepartureObject

getAcid

public Acid getAcid()
Returns the acid of the flight to start


getRollForward

public RollForward getRollForward()
Returns what to roll forward