The methods of the base classes

The base classes should be able to create an object representing a record of the database-table, retrieve an uniquely identifiable record from the database-table, modify the attributes / fields, write the object back to the database-table, and of course delete the record from the database-table.

So there are already quite a few simple methods to write.