org.jboss.test.cmp2.relationship.oneToManyUnidirectional
Interface A

All Superinterfaces:
EJBLocalObject (src)

public interface A
extends EJBLocalObject (src)


Method Summary
 java.util.Collection getB()
           
 java.lang.Integer getId()
           
 void setB(java.util.Collection b)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Integer getId()

getB

public java.util.Collection getB()

setB

public void setB(java.util.Collection b)