faa.tg.eco.remoteecogui.client
Class AcidCmdLine

java.lang.Object
  extended by faa.tg.eco.ecogui.EcoEvent
      extended by faa.tg.eco.remoteecogui.client.AcidCmdLine
All Implemented Interfaces:
SerializableEcoGUIEvent, java.io.Serializable

public class AcidCmdLine
extends EcoEvent
implements SerializableEcoGUIEvent

   This class contains AcidCmdLine which contains the acid of an aircraft and
   a command line to execute on it.
  

Version:
$Id: AcidCmdLine.java,v 3.1 2006/03/14 15:56:10 samf Exp $
Author:
Sam Fullerton, ACT-510 See the source: AcidCmdLine.java
See Also:
Serialized Form

Field Summary
private  Acid acid
           
private  java.lang.String cmdLine
           
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Constructor Summary
AcidCmdLine(Acid acid, java.lang.String cmdLine)
          Constructor AcidCmdLine
 
Method Summary
 Acid getAcid()
          Method getAcid ...
 java.lang.String getCommandLineString()
          Method getCommandLineString ...
 java.lang.String toString()
          Method toString ...
 
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

cmdLine

private java.lang.String cmdLine

acid

private Acid acid
Constructor Detail

AcidCmdLine

public AcidCmdLine(Acid acid,
                   java.lang.String cmdLine)
Constructor AcidCmdLine

Parameters:
acid - - the acid of the aircraft to execute a command for
cmdLine - - the cmd line to execute on the aircraft
Method Detail

getAcid

public Acid getAcid()
Method getAcid ...

Returns:
the acid of the aircraft to execute a command for

getCommandLineString

public java.lang.String getCommandLineString()
Method getCommandLineString ...

Returns:
the cmd line to execute on the aircraft

toString

public java.lang.String toString()
Method toString ... Required by SerializableEcoGUIEvent interface

Specified by:
toString in interface SerializableEcoGUIEvent
Overrides:
toString in class java.lang.Object
Returns:
returns a string representation of the object