class
	DB_ACCESS_CLASS_GENERATOR

General
	cluster: generation
	description: "Objects that enable to create a class relatedto a specific database table from a template anda class description (class DB_REPOSITORY)."

Ancestors
	DB_CLASS_GENERATOR*

Queries
	description_set: BOOLEAN
	error_message: STRING_8
	generated_file_content: STRING_8
	is_ok: BOOLEAN
	template_content_set: BOOLEAN

Commands
	generate_file
	set_table_names (table_names: ARRAYED_LIST [DB_REPOSITORY])
	set_template_content (a_template_content: STRING_8)