audiojury.domain
Class ProjectResults

java.lang.Object
  |
  +--audiojury.domain.ProjectResults
All Implemented Interfaces:
java.io.Serializable

public class ProjectResults
extends java.lang.Object
implements java.io.Serializable

Contains the results from a completed project.

See Also:
Serialized Form

Field Summary
 java.util.Date completionDate
          Date indicating when the user finished taking the Project.
 java.lang.String[] persInfo
          Array of Strings containging the personal information of the participant.
 Project project
          The Project the participant was taking.
 java.util.Hashtable tests
          Hashtable with the Tests 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

persInfo

public java.lang.String[] persInfo
Array of Strings containging the personal information of the participant.


completionDate

public java.util.Date completionDate
Date indicating when the user finished taking the Project.


project

public Project project
The Project the participant was taking.


tests

public java.util.Hashtable tests
Hashtable with the Tests that the participant evaluated.

Constructor Detail

ProjectResults

public ProjectResults()
Creates a new ProjectResults object.