Class StudentQuotationsTableModel

All Implemented Interfaces:
IClearable, IQuotationsTableModel, PropertyChangeListener, Serializable, EventListener, TableModel

public class StudentQuotationsTableModel extends QuotationsTableModel
Since:
1.0 Dec 22, 2008
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Field Details

    • student

      protected Student student
  • Constructor Details

    • StudentQuotationsTableModel

      public StudentQuotationsTableModel()
  • Method Details

    • saveAll

      public void saveAll()
      Description copied from interface: IQuotationsTableModel
      The general contract of saveAll is that each row is saved or updated into persistent layer. If the IQuotationsTableModel.hasDelatedQuotations() method returns true, all deleted Quotation must be deleted into persistent layer.
      The list of deletedQuotations will be empty after this.
    • getStudent

      public Student getStudent()
      Returns:
      the student
    • setStudent

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

      public void displayCourse()