|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--audiojury.domain.ProjectResults
Contains the results from a completed project.
Field Summary | |
java.util.Date |
completionDate
Date indicating when the user finished taking the Project . |
java.lang.String[] |
persInfo
Array of String s containging the personal information of the participant. |
Project |
project
The Project the participant was taking. |
java.util.Hashtable |
tests
Hashtable with the Test s that the participant evaluated. |
Constructor Summary | |
ProjectResults()
Creates a new ProjectResults object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String[] persInfo
String
s containging the personal information of the participant.
public java.util.Date completionDate
Date
indicating when the user finished taking the Project
.
public Project project
Project
the participant was taking.
public java.util.Hashtable tests
Test
s that the participant evaluated.
Constructor Detail |
public ProjectResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |