KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hibernate > test > legacy > Multiplicity


1 //$Id: Multiplicity.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
2
package org.hibernate.test.legacy;
3
4 import java.io.Serializable JavaDoc;
5
6 public class Multiplicity implements Serializable JavaDoc {
7     public int count;
8     public GlarchProxy glarch;
9 }
10
Popular Tags