/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.cmp2.idxandusersql.ejb; /** * Local interface for CMR1. */ public interface CMR1Local extends javax.ejb.EJBLocalObject { public void setPKey( java.lang.String pKey ) ; public java.lang.String getPKey( ) ; /** * 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 getFoo1( ) ; /** * This one is not indexed */ public java.lang.String getBar1( ) ; }