net.firstpartners.rp.back.extractor
Class ExtractorTestLists

java.lang.Object
  extended by net.firstpartners.rp.back.extractor.ExtractorTestLists

public class ExtractorTestLists
extends java.lang.Object

The list of the extractor tests to be executed in order to generate the reports

Version:
1.4
Author:
Firstpartners.net

Field Summary
private  java.util.List tests
          list of extractor tests
 
Constructor Summary
ExtractorTestLists()
           
 
Method Summary
 java.util.List getTests()
          Return the list of the tests
 void setTests(java.util.List tests)
          Set the list of the tests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tests

private java.util.List tests
list of extractor tests

Constructor Detail

ExtractorTestLists

public ExtractorTestLists()
Method Detail

getTests

public java.util.List getTests()
Return the list of the tests

Returns:
Returns the tests.

setTests

public void setTests(java.util.List tests)
Set the list of the tests

Parameters:
tests - The tests to set.