audiojury.domain
Class TestSaveState

java.lang.Object
  |
  +--audiojury.domain.TestSaveState

public class TestSaveState
extends java.lang.Object

Used as a token for keeping track of progress when saving a Project.


Field Summary
 java.lang.String testName
          Current test name in save process.
 int testNumber
          current test number.
 int totalNumber
          Total number of tests.
 
Constructor Summary
TestSaveState()
          Creates a new instance of TestSaveState.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalNumber

public int totalNumber
Total number of tests.


testNumber

public int testNumber
current test number.


testName

public java.lang.String testName
Current test name in save process.

Constructor Detail

TestSaveState

public TestSaveState()
Creates a new instance of TestSaveState.