| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| OrderStatus |
|
| 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.OrderStatusBase; | |
| 7 | ||
| 8 | /** | |
| 9 | * Melati POEM generated, programmer modifiable stub | |
| 10 | * for a <code>Persistent</code> <code>OrderStatus</code> object. | |
| 11 | * | |
| 12 | * <p> | |
| 13 | * Description: | |
| 14 | * The status of this order or order item. | |
| 15 | * </p> | |
| 16 | * | |
| 17 | * <table> | |
| 18 | * <tr><th colspan='3'> | |
| 19 | * Field summary for SQL table <code>OrderStatus</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> status </td><td> String </td><td> The status of an order or order | |
| 24 | * item </td></tr> | |
| 25 | * </table> | |
| 26 | * | |
| 27 | * see org.melati.poem.prepro.TableDef#generatePersistentJava | |
| 28 | */ | |
| 29 | public class OrderStatus extends OrderStatusBase { | |
| 30 | ||
| 31 | /** | |
| 32 | * Constructor | |
| 33 | * for a <code>Persistent</code> <code>OrderStatus</code> object. | |
| 34 | * <p> | |
| 35 | * Description: | |
| 36 | * The status of this order or order item. | |
| 37 | * </p> | |
| 38 | * | |
| 39 | * see org.melati.poem.prepro.TableDef#generatePersistentJava | |
| 40 | */ | |
| 41 | public OrderStatus() { | |
| 42 | 0 | super(); |
| 43 | 0 | } |
| 44 | ||
| 45 | // programmer's domain-specific code here | |
| 46 | } | |
| 47 |