The class definition, that should be implemented in any class that maps an entity from the database, are:METHODS:CONSTRUCTOR: Public - Creates the entity, without any relation to database;SAVE: Public - Will save the entity in database, insert or upd...