org.hibernate.test.array
Class A

java.lang.Object
  extended by org.hibernate.test.array.A

public class A
extends Object


Constructor Summary
A()
           
 
Method Summary
 B[] getBs()
           
 Integer getId()
           
 void setBs(B[] bs)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

A

public A()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getBs

public B[] getBs()

setBs

public void setBs(B[] bs)


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