View Javadoc

1   /*
2    * NotificationFailure.java
3    *
4    * Created on 23 march 2005, 22:02
5    */
6   package org.figure8.join.businessobjects.network;
7   
8   import org.figure8.join.core.EntityObject;
9   /**
10   *
11   * @author  <a href="mailto:laurent.broudoux@free.fr">Laurent Broudoux</a>
12   * @version $Revision$
13   *
14   * @hibernate.class table="join_netfailures"
15   */
16  public class NotificationFailure extends EntityObject{
17     
18     // Attributes ---------------------------------------------------------------
19     
20     
21     // Constructors -------------------------------------------------------------
22     
23     /** Creates a new instance of NotificationFailure */
24     public NotificationFailure(){
25     }
26     
27     
28     // Public -------------------------------------------------------------------
29  }