Class BatchTestResult
- java.lang.Object
-
- org.gcube.portlets.user.dataminermanagertester.shared.result.BatchTestResult
-
- All Implemented Interfaces:
Serializable
public class BatchTestResult extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchTestResult()BatchTestResult(LinkedHashMap<String,SingleTestResult> testResultMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedHashMap<String,SingleTestResult>getTestResultMap()voidsetTestResultMap(LinkedHashMap<String,SingleTestResult> testResultMap)StringtoString()
-
-
-
Constructor Detail
-
BatchTestResult
public BatchTestResult()
-
BatchTestResult
public BatchTestResult(LinkedHashMap<String,SingleTestResult> testResultMap)
-
-
Method Detail
-
getTestResultMap
public LinkedHashMap<String,SingleTestResult> getTestResultMap()
-
setTestResultMap
public void setTestResultMap(LinkedHashMap<String,SingleTestResult> testResultMap)
-
-