semorg.sql.tables
Interface SimpleIDKey

All Known Implementing Classes:
Associate, Booking, Client, ClientBooking, Company, CompanyBooking, CompanyInternalPresentation, Lecturer, Person, Presentation, PublicPresentation, SeminarType

public interface SimpleIDKey

A very simple interface. It describes only the method getId(). It used as the most general type of most classes in the package semorg.sql.tables.


Method Summary
 int getId()
          Returns the DB-ID of a database records.
 

Method Detail

getId

int getId()
Returns the DB-ID of a database records.