| | This file copyright (c) 2004 SO.MUS.AR. s.a.s. | Subject to the license published at | http://www.somusar.com/contact/poc_request | author "Author" | A book author - Simple entity with no relationships. unique_id author_id "Author Id." string name[80] "Author name" string pen_name[80] "Author pen name" ------------------------------------------------------- DEFS ------ | No additional field definitions are required | for this simple entity. ------------------------------------------------------- DB -------- | | Define the field set for database table and its primary key | table: author_id, name, pen_name pkey: author_id ------------------------------------------------------- LOGIC ----- | | Define the set of properties to be processed in the logic tier | class: author_id, name, pen_name ------------------------------------------------------- UI -------- | | Define a simple edit dialog | edit: name...................... pen_name.................. author_id................. ------------------------------------------------------- ADJUST ---- | No particular adjusting required for this entity.