View Javadoc

1   /*
2    * NetClient.java
3    *
4    * Created on 23 march 2005, 21:57
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_netclients"
15   */
16  public class NetClient extends EntityObject{
17     
18     // Attributes ---------------------------------------------------------------
19     
20     
21     // Constructors -------------------------------------------------------------
22     
23     /** Creates a new instance of NetClient */
24     public NetClient(){
25     }
26     
27     
28     // Public -------------------------------------------------------------------
29  }