File
Doc
Category
Size
Date
Package
OtherAssigned.java
API Doc
Hibernate 3.2.5
463
Tue Jun 27 16:17:04 BST 2006
org.hibernate.test.jpa.cascade
OtherAssigned
java.lang.Object
public class OtherAssigned extends Object
todo: describe Other
author
Steve Ebersole
Fields Summary
private Long
id
private ParentAssigned
owner
Constructors Summary
public OtherAssigned
()
public OtherAssigned
(
Long
id)
this.id = id;
Methods Summary
public
java.lang.Long
getId
()
return id;
public
ParentAssigned
getOwner
()
return owner;
public void
setOwner
(
ParentAssigned
owner)
this.owner = owner;
Java Code Source