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