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

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

@Entity
public class B3
extends Object


Constructor Summary
B3()
           
 
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

B3

public B3()
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.