|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.eco.ecogui.EcoEvent
faa.tg.eco.remoteecogui.client.AcidCmdLine
public class AcidCmdLine
This class contains AcidCmdLine which contains the acid of an aircraft and a command line to execute on it.
| 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 |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private java.lang.String cmdLine
private Acid acid
| Constructor Detail |
|---|
public AcidCmdLine(Acid acid,
java.lang.String cmdLine)
acid - - the acid of the aircraft to execute a command forcmdLine - - the cmd line to execute on the aircraft| Method Detail |
|---|
public Acid getAcid()
public java.lang.String getCommandLineString()
public java.lang.String toString()
toString in interface SerializableEcoGUIEventtoString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||