/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.jmx.interfaces; /** * Remote interface for EntityA. */ public interface EntityA extends javax.ejb.EJBObject { /** * Abstract cmp2 field get-set pair for field id Get the value of id * @return value of id */ public java.lang.Integer getId( ) throws java.rmi.RemoteException; /** * Set the value of id * @param id Value to assign to id */ public void setId( java.lang.Integer id ) throws java.rmi.RemoteException; /** * Abstract cmp2 field get-set pair for field value Get the value of value * @return value of value */ public java.lang.String getValue( ) throws java.rmi.RemoteException; /** * Set the value of value * @param value Value to assign to value */ public void setValue( java.lang.String value ) throws java.rmi.RemoteException; }