| | This file copyright (c) 2004 SO.MUS.AR. s.a.s. | Subject to the license published at | http://www.somusar.com/contact/poc_request | publisher "Publisher" | A book publisher - A simple entity with no relationships. unique_id publisher_id "Publisher Id." string name[80] "Publisher 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: publisher_id, name pkey: publisher_id ------------------------------------------------------- LOGIC ----- | | Define the set of properties to be processed in the logic tier | class: publisher_id, name ------------------------------------------------------- UI -------- | | Define a simple edit dialog | edit: name.................. publisher_id.......... ------------------------------------------------------- ADJUST ---- | No particular adjusting required for this entity.