FileDocCategorySizeDatePackage
Many.javaAPI DocHibernate 3.2.5444Sun Sep 26 00:18:28 BST 2004org.hibernate.test.legacy

Many

public class Many extends Object

Fields Summary
Long
key
One
one
private int
x
Constructors Summary
Methods Summary
public java.lang.LonggetKey()

		return this.key;
	
public OnegetOne()

		return this.one;
	
public intgetX()

		return x;
	
public voidsetKey(java.lang.Long key)

		this.key = key;
	
public voidsetOne(One one)

		this.one = one;
	
public voidsetX(int x)

		this.x = x;