model
Class Series_Upload

java.lang.Object
  extended by model.Series
      extended by model.Series_Upload
All Implemented Interfaces:
Listable

public class Series_Upload
extends Series

Author:
Thorsten Berger Repräsentiert Serie, deren Lösung vom Studenten hochgeladen werden muss.

Field Summary
 
Fields inherited from class model.Series
DeadlineFieldID, DescIDFieldID, DownloadFieldID, IDFieldID, PointsFieldID, TYPE_MC, TYPE_UPLOAD
 
Constructor Summary
Series_Upload(int id, long deadline, float maxPoints, java.lang.String filename)
           
 
Method Summary
 
Methods inherited from class model.Series
currentlyActive, getDeadline, getFieldDescriptions, getFieldValue, getFilename, getId, getMaxPoints, RadioButtonSelectable, setDeadline, setFilename, setMaxPoints, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Series_Upload

public Series_Upload(int id,
                     long deadline,
                     float maxPoints,
                     java.lang.String filename)
Parameters:
id -
deadline -
maxPoints -
filename -