KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > ojb > odmg > shared > TestClassBProxy


1 package org.apache.ojb.odmg.shared;
2
3 import java.io.Serializable JavaDoc;
4
5 import org.apache.ojb.odmg.shared.TestClassB;
6
7 /**
8  * This class is used to test the correct assignment
9  * of foreign keys when the referenced object (i.e. this
10  * class is a dynamic proxy)
11  * @author <a HREF="mailto:schneider@mendel.imp.univie.ac.at">Georg Schneider</a>
12  *
13  */

14 public class TestClassBProxy extends TestClassB implements TestClassBProxyI, Serializable JavaDoc
15 {
16     public TestClassBProxy()
17     {
18     }
19 }
20
Popular Tags