public abstract class Submission
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Assignment |
assignment
The assignment the Student is handing in a submission to.
|
(package private) DateTime |
dateTime
The date and time a file is submitted.
|
(package private) java.io.File |
file
The File data for a file handed-in for an assignment.
|
(package private) Student |
student
The Student who is handing in a submission
|
Constructor and Description |
---|
Submission() |
java.io.File file
DateTime dateTime
Student student
Assignment assignment