edu.washington.cs.pl_if.gui.table.command
Class CommandOverviewRow

java.lang.Object
  extended by edu.washington.cs.pl_if.gui.table.command.CommandOverviewRow
All Implemented Interfaces:
TableRow

public class CommandOverviewRow
extends Object
implements TableRow


Constructor Summary
CommandOverviewRow(Map map)
           
 
Method Summary
 String getCommand()
           
 int getConnectionId()
           
 double getExecTime()
           
 int getExitCode()
           
 String getExitCodeString()
           
 String getHostname()
           
 String getLastLine()
           
 int getOutputRows()
           
 int getRowId()
           
 String getSite()
           
 boolean isChecked()
           
 boolean isConnected()
           
 boolean isVisible()
           
 void setChecked(boolean checked)
           
 String toString()
           
 String[] toStringArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandOverviewRow

public CommandOverviewRow(Map map)
Method Detail

getRowId

public int getRowId()
Specified by:
getRowId in interface TableRow

isVisible

public boolean isVisible()
Specified by:
isVisible in interface TableRow

toStringArray

public String[] toStringArray()
Specified by:
toStringArray in interface TableRow

getCommand

public String getCommand()

getConnectionId

public int getConnectionId()

getExitCode

public int getExitCode()

getExitCodeString

public String getExitCodeString()

getHostname

public String getHostname()

getLastLine

public String getLastLine()

getOutputRows

public int getOutputRows()

isConnected

public boolean isConnected()

getSite

public String getSite()

getExecTime

public double getExecTime()

toString

public String toString()
Overrides:
toString in class Object

isChecked

public boolean isChecked()

setChecked

public void setChecked(boolean checked)
Specified by:
setChecked in interface TableRow