View Javadoc
1   package org.melati.util.test;
2   
3   import org.melati.util.test.generated.NodeBase;
4   
5   /**
6    * Melati POEM generated, programmer modifiable stub 
7    * for a <code>Persistent</code> <code>Node</code> object.
8    * 
9    * <p> 
10   * Description: 
11   *   A Tree Node. 
12   * </p>
13   * 
14   * <table> 
15   * <caption>
16   * Field summary for SQL table <code>Node</code>
17   * </caption>
18   * <tr><th>Name</th><th>Type</th><th>Description</th></tr>
19   * <tr><td> id </td><td> Integer </td><td> &nbsp; </td></tr> 
20   * <tr><td> name </td><td> String </td><td> Contact Name </td></tr> 
21   * <tr><td> parent </td><td> Node </td><td> Parent of this Node </td></tr> 
22   * </table> 
23   * 
24   * See org.melati.poem.prepro.TableDef#generateMainJava
25   */
26  public class Node extends NodeBase {
27  
28   /**
29    * Constructor 
30    * for a <code>Persistent</code> <code>Node</code> object.
31    * <p>
32    * Description: 
33    *   A Tree Node. 
34    * </p>
35    * 
36    * See org.melati.poem.prepro.TableDef#generateMainJava
37    */
38    public Node() { }
39  
40    // programmer's domain-specific code here
41  }
42