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 TestEntity10 extends javax.ejb.EJBObject 11 {12 13 public java.lang.String getEntityID( )14 throws java.rmi.RemoteException ;15 16 public java.lang.String getValue1( )17 throws java.rmi.RemoteException ;18 19 public void setValue1( java.lang.String value1 )20 throws java.rmi.RemoteException ;21 22 }23