Uses of Class
semorg.sql.tables.Booking

Packages that use Booking
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). 
 

Uses of Booking in semorg.sql.tables
 

Subclasses of Booking in semorg.sql.tables
 class ClientBooking
          Models the booking of a presentation by a client.
 class CompanyBooking
          Models the booking of a presentation by a company.