Package be.gaudry.model.edu.score
Class StudentScoreList
java.lang.Object
be.gaudry.model.edu.score.BasicScoreList
be.gaudry.model.edu.score.StudentScoreList
- All Implemented Interfaces:
IClearable
Maintain scores for a student, and provide some features like average etc.
- Since:
- 1.0 Jan 4, 2009, 1.0
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Constructor Summary
ConstructorDescriptionStudentScoreList(Student student)
StudentScoreList(Student student, List<Quotation> quotations)
-
Method Summary
Methods inherited from class be.gaudry.model.edu.score.BasicScoreList
add, clear, getAverage, getAverage, getQuotations, remove, setQuotations
-
Constructor Details
-
StudentScoreList
- Parameters:
student
-
-
StudentScoreList
- Parameters:
student
-quotations
-
-
-
Method Details
-
getStudent
- Returns:
- the student
-
setStudent
- Parameters:
student
- the student to set
-