Package be.gaudry.swing.edu.student.avg
Interface IAVGTableModel
- All Superinterfaces:
EventListener
,IClearable
,IQuotationsTableModel
,PropertyChangeListener
- All Known Implementing Classes:
PeriodAVGTableModel
,StudentAVGTableModel
- Since:
- 1.0 10 janv. 2009
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setStudent(Student student)
The general contract ofsetStudent
is storing thestudent
into the model and calling thedisplayStudent()
method after.Methods inherited from interface be.gaudry.model.IClearable
clear
Methods inherited from interface be.gaudry.swing.edu.tablemodel.IQuotationsTableModel
getQuotationMaximum, hasDelatedQuotations, saveAll
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
Method Details
-
getStudent
Student getStudent()- Returns:
- the student
-
setStudent
The general contract ofsetStudent
is storing thestudent
into the model and calling thedisplayStudent()
method after.- Parameters:
student
- the student to set
-
displayStudent
void displayStudent()
-