|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--audiojury.domain.TestSaveState
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 |
public int totalNumber
public int testNumber
public java.lang.String testName
Constructor Detail |
public TestSaveState()
TestSaveState
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |