1 // Delete this line to prevent overwriting of this file 2 3 package org.melati.poem.test; 4 5 6 import org.melati.poem.test.generated.StringFieldBase; 7 8 /** 9 * Melati POEM generated, programmer modifiable stub 10 * for a <code>Persistent</code> <code>StringField</code> object. 11 * 12 * <p> 13 * Description: 14 * A table with only a string field in it. 15 * </p> 16 * 17 * <table> 18 * <caption> 19 * Field summary for SQL table <code>StringField</code> 20 * </caption> 21 * <tr><th>Name</th><th>Type</th><th>Description</th></tr> 22 * <tr><td> id </td><td> Integer </td><td> </td></tr> 23 * <tr><td> stringfield </td><td> String </td><td> </td></tr> 24 * <tr><td> unlimited </td><td> String </td><td> </td></tr> 25 * </table> 26 * 27 * See org.melati.poem.prepro.TableDef#generatePersistentJava 28 */ 29 public class StringField extends StringFieldBase { 30 31 /** 32 * Constructor 33 * for a <code>Persistent</code> <code>StringField</code> object. 34 * <p> 35 * Description: 36 * A table with only a string field in it. 37 * </p> 38 * 39 * See org.melati.poem.prepro.TableDef#generatePersistentJava 40 */ 41 public StringField() { 42 super(); 43 } 44 45 // programmer's domain-specific code here 46 } 47