| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| Sex |
|
| 1.0;1 |
| 1 | // Delete this line to prevent overwriting of this file | |
| 2 | ||
| 3 | package org.paneris.bibliomania; | |
| 4 | ||
| 5 | ||
| 6 | import org.paneris.bibliomania.generated.SexBase; | |
| 7 | ||
| 8 | /** | |
| 9 | * Melati POEM generated, programmer modifiable stub | |
| 10 | * for a <code>Persistent</code> <code>Sex</code> object. | |
| 11 | * | |
| 12 | * <p> | |
| 13 | * Description: | |
| 14 | * A sex of which a user can be. | |
| 15 | * </p> | |
| 16 | * | |
| 17 | * <table> | |
| 18 | * <tr><th colspan='3'> | |
| 19 | * Field summary for SQL table <code>Sex</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> </td></tr> | |
| 23 | * <tr><td> displayname </td><td> String </td><td> The sex's name </td></tr> | |
| 24 | * </table> | |
| 25 | * | |
| 26 | * see org.melati.poem.prepro.TableDef#generatePersistentJava | |
| 27 | */ | |
| 28 | public class Sex extends SexBase { | |
| 29 | ||
| 30 | /** | |
| 31 | * Constructor | |
| 32 | * for a <code>Persistent</code> <code>Sex</code> object. | |
| 33 | * <p> | |
| 34 | * Description: | |
| 35 | * A sex of which a user can be. | |
| 36 | * </p> | |
| 37 | * | |
| 38 | * see org.melati.poem.prepro.TableDef#generatePersistentJava | |
| 39 | */ | |
| 40 | public Sex() { | |
| 41 | 0 | super(); |
| 42 | 0 | } |
| 43 | ||
| 44 | // programmer's domain-specific code here | |
| 45 | } | |
| 46 |