View Javadoc

1   // Delete this line to prevent overwriting of this file
2   
3   package org.paneris.bibliomania;
4   
5   
6   import org.paneris.bibliomania.generated.SupplierBase;
7   
8   /**
9    * Melati POEM generated, programmer modifiable stub 
10   * for a <code>Persistent</code> <code>Supplier</code> object.
11   * 
12   * <p> 
13   * Description: 
14   *   Product Supplier. 
15   * </p>
16   * 
17   * <table> 
18   * <tr><th colspan='3'>
19   * Field summary for SQL table <code>Supplier</code>
20   * </th></tr>
21   * <tr><th>Name</th><th>Type</th><th>Description</th></tr>
22   * <tr><td> id </td><td> Integer </td><td> &nbsp; </td></tr> 
23   * <tr><td> name </td><td> String </td><td> The full name of the Supplier 
24   * </td></tr> 
25   * <tr><td> address </td><td> String </td><td> A postal address for the 
26   * Supplier </td></tr> 
27   * <tr><td> contact </td><td> String </td><td> The person who will deal with 
28   * queries </td></tr> 
29   * <tr><td> email </td><td> String </td><td> An email address used to submit 
30   * orders to this Supplier </td></tr> 
31   * <tr><td> website </td><td> String </td><td> The website for this supplier, 
32   * if they have one </td></tr> 
33   * <tr><td> location </td><td> String </td><td> The Location of this supplier 
34   * (eg London) </td></tr> 
35   * </table> 
36   * 
37   * see org.melati.poem.prepro.TableDef#generatePersistentJava 
38   */
39  public class Supplier extends SupplierBase {
40  
41   /**
42    * Constructor 
43    * for a <code>Persistent</code> <code>Supplier</code> object.
44    * <p>
45    * Description: 
46    *   Product Supplier. 
47    * </p>
48    * 
49    * see org.melati.poem.prepro.TableDef#generatePersistentJava 
50    */
51    public Supplier() { 
52      super();
53  }
54  
55    // programmer's domain-specific code here
56  }
57