KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > cmp2 > idxandusersql > ejb > CMR1Local


1 /*
2  * Generated by XDoclet - Do not edit!
3  */

4 package org.jboss.test.cmp2.idxandusersql.ejb;
5
6 /**
7  * Local interface for CMR1.
8  */

9 public interface CMR1Local
10    extends javax.ejb.EJBLocalObject JavaDoc
11 {
12
13    public void setPKey( java.lang.String JavaDoc pKey ) ;
14
15    public java.lang.String JavaDoc getPKey( ) ;
16
17    /**
18     * 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.
19     * @todo set the dbindex property here with a modern xdoclet* */

20    public java.lang.String JavaDoc getFoo1( ) ;
21
22    /**
23     * This one is not indexed
24     */

25    public java.lang.String JavaDoc getBar1( ) ;
26
27 }
28
Popular Tags