/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.cmp2.idxandusersql.ejb; /** * Local interface for CMR2. */ public interface CMR2Local extends javax.ejb.EJBLocalObject { public void setPKey2( java.lang.String pKey2 ) ; public java.lang.String getPKey2( ) ; /** * This field gets a <dbindex/> that we want to look up in the database to see if the index was really created on the file. * @todo set the dbindex property here with a modern xdoclet* */ public java.lang.String getFoo2( ) ; /** * This one is not indexed */ public java.lang.String getBar2( ) ; public java.util.Collection getIdxs( ) ; public void setIdxs( java.util.Collection Idxs ) ; }