Interface IAVGTableModel

All Superinterfaces:
EventListener, IClearable, IQuotationsTableModel, PropertyChangeListener
All Known Implementing Classes:
PeriodAVGTableModel, StudentAVGTableModel

public interface IAVGTableModel extends IQuotationsTableModel
Since:
1.0 10 janv. 2009
Author:
Steph GAUDRY
  • Method Details

    • getStudent

      Student getStudent()
      Returns:
      the student
    • setStudent

      void setStudent(Student student)
      The general contract of setStudent is storing the student into the model and calling the displayStudent() method after.
      Parameters:
      student - the student to set
    • displayStudent

      void displayStudent()
      The general contract of displayStudent is feeding the model with averages for each course for each period for a student.