|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.batch.ALDBatchRunResultInfo
public class ALDBatchRunResultInfo
Info object summarizing all result data of a batch run.
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 |
---|
protected java.lang.String parameterName
protected java.util.Vector<java.lang.Object> inputParameterValues
protected java.util.Vector<java.lang.Object> resultDataVec
Constructor Detail |
---|
protected ALDBatchRunResultInfo()
public ALDBatchRunResultInfo(java.lang.String param)
param
- Name of parameter over which was iterated.Method Detail |
---|
public java.util.Vector<java.lang.Object> getParameterValueVec()
public java.util.Vector<java.lang.Object> getResultDataVec()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |