Class StudentScoreList

java.lang.Object
be.gaudry.model.edu.score.BasicScoreList
be.gaudry.model.edu.score.StudentScoreList
All Implemented Interfaces:
IClearable

public class StudentScoreList extends BasicScoreList
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 Details

    • StudentScoreList

      public StudentScoreList(Student student)
      Parameters:
      student -
    • StudentScoreList

      public StudentScoreList(Student student, List<Quotation> quotations)
      Parameters:
      student -
      quotations -
  • Method Details

    • getStudent

      public Student getStudent()
      Returns:
      the student
    • setStudent

      public void setStudent(Student student)
      Parameters:
      student - the student to set