org.hibernate.ejb.test.emops.cascade
Class B4

java.lang.Object
  extended by org.hibernate.ejb.test.emops.cascade.B4

@Entity
public class B4
extends Object


Constructor Summary
B4()
           
 
Method Summary
 A getA()
           
 int getId()
           
 void setA(A a)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B4

public B4()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getA

public A getA()

setA

public void setA(A a)


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