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.DownloadEventBase;
7   
8   /**
9    * Melati POEM generated, programmer modifiable stub 
10   * for a <code>Persistent</code> <code>DownloadEvent</code> object.
11   * 
12   * <p> 
13   * Description: 
14   *   Download Event. 
15   * </p>
16   * 
17   * <table> 
18   * <tr><th colspan='3'>
19   * Field summary for SQL table <code>DownloadEvent</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> user </td><td> User </td><td> &nbsp; </td></tr> 
24   * <tr><td> document </td><td> Download </td><td> The name of the file 
25   * downloaded </td></tr> 
26   * <tr><td> date </td><td> Timestamp </td><td> The date and time the file was 
27   * downloaded </td></tr> 
28   * </table> 
29   * 
30   * see org.melati.poem.prepro.TableDef#generatePersistentJava 
31   */
32  public class DownloadEvent extends DownloadEventBase {
33  
34   /**
35    * Constructor 
36    * for a <code>Persistent</code> <code>DownloadEvent</code> object.
37    * <p>
38    * Description: 
39    *   Download Event. 
40    * </p>
41    * 
42    * see org.melati.poem.prepro.TableDef#generatePersistentJava 
43    */
44    public DownloadEvent() { 
45      super();
46  }
47  
48    // programmer's domain-specific code here
49  }
50