1 package org.melati.example.contacts;
2
3 import org.melati.example.contacts.generated.ContactCategoryBase;
4
5 /**
6 * Melati POEM generated, programmer modifiable stub
7 * for a <code>Persistent</code> <code>ContactCategory</code> object.
8 *
9 * <p>
10 * Description:
11 * Contacts Categories.
12 * </p>
13 *
14 * <table>
15 * <tr><th colspan='3'>
16 * Field summary for SQL table <code>ContactCategory</code>
17 * </th></tr>
18 * <tr><th>Name</th><th>Type</th><th>Description</th></tr>
19 * <tr><td> id </td><td> Integer </td><td> </td></tr>
20 * <tr><td> category </td><td> Category </td><td> Category </td></tr>
21 * <tr><td> contact </td><td> Contact </td><td> Contact </td></tr>
22 * </table>
23 *
24 * @generator org.melati.poem.prepro.TableDef#generateMainJava
25 */
26 public class ContactCategory extends ContactCategoryBase {
27
28 /**
29 * Constructor
30 * for a <code>Persistent</code> <code>ContactCategory</code> object.
31 * <p>
32 * Description:
33 * Contacts Categories.
34 * </p>
35 *
36 * @generator org.melati.poem.prepro.TableDef#generateMainJava
37 */
38 public ContactCategory() { }
39
40 // programmer's domain-specific code here
41 }