de.unihalle.informatik.Alida.batch
Class ALDBatchRunResultInfo

java.lang.Object
  extended by de.unihalle.informatik.Alida.batch.ALDBatchRunResultInfo

public class ALDBatchRunResultInfo
extends java.lang.Object

Info object summarizing all result data of a batch run.

Author:
moeller

Field Summary
protected  java.util.Vector<java.lang.Object> inputParameterValues
          List of input values for parameter.
protected  java.lang.String parameterName
          Name of parameter over which was iterated.
protected  java.util.Vector<java.lang.Object> resultDataVec
          List of corresponding result data objects.
 
Constructor Summary
protected ALDBatchRunResultInfo()
          Default constructor, should/can never be called from external.
  ALDBatchRunResultInfo(java.lang.String param)
          Constructor.
 
Method Summary
 java.util.Vector<java.lang.Object> getParameterValueVec()
          Get a reference to the input parameter value vector.
 java.util.Vector<java.lang.Object> getResultDataVec()
          Get a reference to the result data vector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputParameterValues

protected java.util.Vector<java.lang.Object> inputParameterValues
List of input values for parameter.


parameterName

protected java.lang.String parameterName
Name of parameter over which was iterated.


resultDataVec

protected java.util.Vector<java.lang.Object> resultDataVec
List of corresponding result data objects.

Constructor Detail

ALDBatchRunResultInfo

protected ALDBatchRunResultInfo()
Default constructor, should/can never be called from external.


ALDBatchRunResultInfo

public ALDBatchRunResultInfo(java.lang.String param)
Constructor.

Parameters:
param - Name of parameter over which was iterated.
Method Detail

getParameterValueVec

public java.util.Vector<java.lang.Object> getParameterValueVec()
Get a reference to the input parameter value vector.

Returns:
Reference to vector of input parameter values.

getResultDataVec

public java.util.Vector<java.lang.Object> getResultDataVec()
Get a reference to the result data vector.

Returns:
Reference to result data vector.