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 TypeMethodDescriptionvoidvoidsetStudent(Student student)The general contract ofsetStudentis storing thestudentinto the model and calling thedisplayStudent()method after.Methods inherited from interface be.gaudry.model.IClearable
clearMethods inherited from interface be.gaudry.swing.edu.tablemodel.IQuotationsTableModel
getQuotationMaximum, hasDelatedQuotations, saveAllMethods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
Method Details
-
getStudent
Student getStudent()- Returns:
- the student
-
setStudent
The general contract ofsetStudentis storing thestudentinto the model and calling thedisplayStudent()method after.- Parameters:
student- the student to set
-
displayStudent
void displayStudent()
-