org.hibernate.test.jpa.cascade
Class OtherAssigned

java.lang.Object
  extended by org.hibernate.test.jpa.cascade.OtherAssigned

public class OtherAssigned
extends Object

todo: describe Other


Constructor Summary
OtherAssigned()
           
OtherAssigned(Long id)
           
 
Method Summary
 Long getId()
           
 ParentAssigned getOwner()
           
 void setOwner(ParentAssigned owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherAssigned

public OtherAssigned()

OtherAssigned

public OtherAssigned(Long id)
Method Detail

getId

public Long getId()

getOwner

public ParentAssigned getOwner()

setOwner

public void setOwner(ParentAssigned owner)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.