KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > entity > interfaces > TestEntity


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

4 package org.jboss.test.entity.interfaces;
5
6 /**
7  * Remote interface for TestEntity.
8  */

9 public interface TestEntity
10    extends javax.ejb.EJBObject JavaDoc
11 {
12
13    public java.lang.String JavaDoc getEntityID( )
14       throws java.rmi.RemoteException JavaDoc;
15
16    public java.lang.String JavaDoc getValue1( )
17       throws java.rmi.RemoteException JavaDoc;
18
19    public void setValue1( java.lang.String JavaDoc value1 )
20       throws java.rmi.RemoteException JavaDoc;
21
22 }
23
Popular Tags