de.cau.cs.kieler.sim.kiem.automated.ui.views
Class ExecutionFilePanel.PanelData

java.lang.Object
  extended by de.cau.cs.kieler.sim.kiem.automated.ui.views.ExecutionFilePanel.PanelData
Enclosing class:
ExecutionFilePanel

public static class ExecutionFilePanel.PanelData
extends Object

Contains all the data that is shown on a execution file panel.

Rating proposed yellow
(2010-02-08)

Constructor Summary
ExecutionFilePanel.PanelData(int numberOfResults, int numberOfColumns)
          Creates a new ExecutionFilePanel.
 
Method Summary
 String[][] getData()
          Getter for the data.
 String getExecFileName()
          Getter for the execFileName.
 String[] getHeaders()
          Getter for the headers.
 void setExecFileName(String execFileNameParam)
          Setter for the execFileName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionFilePanel.PanelData

public ExecutionFilePanel.PanelData(int numberOfResults,
                                    int numberOfColumns)
Creates a new ExecutionFilePanel.

Parameters:
numberOfResults - the number of results
numberOfColumns - the number of columns
Method Detail

setExecFileName

public void setExecFileName(String execFileNameParam)
Setter for the execFileName.

Parameters:
execFileNameParam - the execFileName to set

getExecFileName

public String getExecFileName()
Getter for the execFileName.

Returns:
the execFileName

getHeaders

public String[] getHeaders()
Getter for the headers.

Returns:
the headers

getData

public String[][] getData()
Getter for the data.

Returns:
the data