Uses of Package
semorg.sql.tables

Packages that use semorg.sql.tables
semorg.gui Provides SWT based classes modelling editing windows for creating new or change existing data records (graphics user interface layer). 
semorg.gui.util This package provides utilities for the several window classes (graphics user interface layer). 
semorg.sql.tables This package implements the object relational mapping between the relational data model (the tables) and the object oriented data model (the objects within this package). 
 

Classes in semorg.sql.tables used by semorg.gui
Associate
          Models the person in the role of an associate.
Client
          Models a person in the role of a client.
ClientBooking
          Models the booking of a presentation by a client.
Company
          Models a company.
CompanyBooking
          Models the booking of a presentation by a company.
CompanyInternalPresentation
          This class models a company internal presentation.
Enumeration
          This class model the enumerations used in the application.
Lecturer
          Models a person in the role of a lecturer.
PublicPresentation
          Models a public presentation.
SeminarType
           
 

Classes in semorg.sql.tables used by semorg.gui.util
SimpleIDKey
          A very simple interface.
 

Classes in semorg.sql.tables used by semorg.sql.tables
AbstractTable
          Super class for all table classes.
Associate
          Models the person in the role of an associate.
Booking
          The super class for all booking classes.
Client
          Models a person in the role of a client.
ClientBooking
          Models the booking of a presentation by a client.
Company
          Models a company.
CompanyBooking
          Models the booking of a presentation by a company.
CompanyInternalPresentation
          This class models a company internal presentation.
Enumeration
          This class model the enumerations used in the application.
Lecturer
          Models a person in the role of a lecturer.
Person
          This class models a person and serves as the superclass for several classes which model different roles of persons, such as Client or Lecturer.
Presentation
          The super class for all presentation classes.
PublicPresentation
          Models a public presentation.
SeminarType
           
SimpleIDKey
          A very simple interface.