course.create
Class ReportTest

java.lang.Object
  |
  +--course.create.ReportTest
All Implemented Interfaces:
java.io.Serializable

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

Class for storing information about tests and reports.

See Also:
Serialized Form

Field Summary
 java.lang.String deliveryDate
           
 int id
           
 java.lang.String weight
           
 
Constructor Summary
ReportTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

weight

public java.lang.String weight

deliveryDate

public java.lang.String deliveryDate
Constructor Detail

ReportTest

public ReportTest()