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

Jay

public class Jay extends Object
author
Gavin King

Fields Summary
private long
id
private Eye
eye
Constructors Summary
public Jay()

public Jay(Eye eye)

		eye.getJays().add(this);
		this.eye = eye;
	
Methods Summary
public EyegetEye()

return
Returns the eye.

		return eye;
	
public longgetId()

return
Returns the id.

		return id;
	
public voidsetEye(Eye eye)

param
eye The eye to set.

		this.eye = eye;
	
public voidsetId(long id)

param
id The id to set.

		this.id = id;