class
	DB_TABLE_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
	generated_file_name: STRING_8
	is_ok: BOOLEAN
	template_content_set: BOOLEAN

Commands
	generate_file
	set_table_description (a_table_description: DB_REPOSITORY)
	set_template_content (a_template_content: STRING_8)