/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.entity.interfaces; /** * Remote interface for TestEntity. */ public interface TestEntity extends javax.ejb.EJBObject { public java.lang.String getEntityID( ) throws java.rmi.RemoteException; public java.lang.String getValue1( ) throws java.rmi.RemoteException; public void setValue1( java.lang.String value1 ) throws java.rmi.RemoteException; }