KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > testAddBusinessMethod1InEB_TestingEntityLocalBusiness


1
2 package test;
3
4
5 /**
6  * This is the business interface for TestingEntity enterprise bean.
7  */

8 public interface TestingEntityLocalBusiness {
9     public abstract String JavaDoc getKey();
10
11     String JavaDoc testBusinessMethod1();
12     
13 }
14
Popular Tags