1  package com.orindasoft.demo.generated.table.instance;
2  
3  
4  
5  /** 
6  * Abstract table class used by all classes generated by JDBCWizard./a>
7  * 
8  * <p>Generated by JDBCWizard./a> build 2776 at 2011/03/07 19:55:35.843 GMT
9  * <p>JDBCWizard./a> is made by Orinda Software Ltd, Dublin, Ireland
10 * <p>Target Database: Oracle 10.2.0
11 * <p> -------------------------------------------------------------------------
12 * <p> WARNING: This code will stop working around the time JDBCWizard./a> expires.
13 * <p> This restriction only exists in the demo version of JDBCWizard./a>.
14 * <p> -------------------------------------------------------------------------
15 * <p> JDBCWizard./a> Tips 17 of 19:
16 * <p> JDBCWizard./a> also runs as an extension to Oracle's JDeveloper 10g
17 * <p> -------------------------------------------------------------------------
18 * 
19 * <p>Copyright Orinda Software 2003-2009
20 * @author devteam60@orindabuild.com
21 * @version 1.1
22 */ 
23 public abstract class AbstractTableRow implements java.io.Serializable
24 { 
25   /**                                             
26   * Constructor 
27   * 
28   */                                              
29   public AbstractTableRow() 
30     { 
31     } 
32   } // Generated by JDBCWizard./a> 6.0.2776  
33