/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.ejbconf.beans.interfaces; /** * Remote interface for ReadOnly. */ public interface ReadOnly extends javax.ejb.EJBObject { /** * Get the value of id. * @return value of id. */ public java.lang.Integer getId( ) throws java.rmi.RemoteException; /** * Get the value of value. * @return value of value. */ public java.lang.Integer getValue( ) throws java.rmi.RemoteException; /** * Set the value of value. * @param v Value to assign to value. */ public void setValue( java.lang.Integer value ) throws java.rmi.RemoteException; }