ContactCategory.java

  1. // Delete this line to prevent overwriting of this file

  2. package org.melati.example.contacts;


  3. import org.melati.example.contacts.generated.ContactCategoryBase;

  4. /**
  5.  * Melati POEM generated, programmer modifiable stub
  6.  * for a <code>Persistent</code> <code>ContactCategory</code> object.
  7.  *
  8.  * <p>
  9.  * Description:
  10.  *   Contacts Categories.
  11.  * </p>
  12.  *
  13.  * <table>
  14.  * <caption>
  15.  * Field summary for SQL table <code>ContactCategory</code>
  16.  * </caption>
  17.  * <tr><th>Name</th><th>Type</th><th>Description</th></tr>
  18.  * <tr><td> id </td><td> Integer </td><td> &nbsp; </td></tr>
  19.  * <tr><td> category </td><td> Category </td><td> Category </td></tr>
  20.  * <tr><td> contact </td><td> Contact </td><td> Contact </td></tr>
  21.  * </table>
  22.  *
  23.  * See org.melati.poem.prepro.TableDef#generatePersistentJava
  24.  */
  25. public class ContactCategory extends ContactCategoryBase {

  26.  /**
  27.   * Constructor
  28.   * for a <code>Persistent</code> <code>ContactCategory</code> object.
  29.   * <p>
  30.   * Description:
  31.   *   Contacts Categories.
  32.   * </p>
  33.   *
  34.   * See org.melati.poem.prepro.TableDef#generatePersistentJava
  35.   */
  36.   public ContactCategory() {
  37.     super();
  38. }

  39.   // programmer's domain-specific code here
  40. }