1 /*2 * Generated by XDoclet - Do not edit!3 */4 package org.jboss.test.cmp2.ejbselect;5 6 /**7 * Local interface for A.8 */9 public interface ALocal10 extends javax.ejb.EJBLocalObject 11 {12 13 public java.lang.String getId( ) ;14 15 public int getIntField( ) ;16 17 public void setIntField( int value ) ;18 19 public java.util.Collection getBs( ) ;20 21 public void setBs( java.util.Collection Bs ) ;22 23 public java.util.Collection getSomeBs( ) throws javax.ejb.FinderException ;24 25 public java.util.Collection getSomeBsDeclaredSQL( ) throws javax.ejb.FinderException ;26 27 public java.util.Collection getAWithBs( ) throws javax.ejb.FinderException ;28 29 }30