| | This file copyright (c) 2004 SO.MUS.AR. s.a.s. | Subject to the license published at | http://www.somusar.com/contact/poc_request | dvd "DVD" | Simple design of a DVD string id[10] "Id" string title[40] "Title" ------------------------------------------------------- DEFS ------ | No additional field definitions are required | for this simple entity. ------------------------------------------------------- DB -------- | | Define the field set for database table, its primary key, | and its finder keys. | table: id, title pkey: id search_keys: title ------------------------------------------------------- LOGIC ----- | | Define the set of properties to be processed in the logic tier | class: id, title ------------------------------------------------------- UI -------- | | Define a simple edit dialog | edit: id.......title.......... ------------------------------------------------------- ADJUST ---- CORE.class_id = "DVD" DB.test_data = "ID10|Troy,ID11|Peter Pan"