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