/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.proxycompiler.beans.interfaces; /** * Remote interface for ProxyCompilerTest. */ public interface ProxyCompilerTest extends javax.ejb.EJBObject { public java.lang.Integer getPk( ) throws java.rmi.RemoteException; public void setPk( java.lang.Integer pk ) throws java.rmi.RemoteException; public boolean getBool( ) throws java.rmi.RemoteException; public void setBool( boolean arg ) throws java.rmi.RemoteException; public byte getByte( ) throws java.rmi.RemoteException; public void setByte( byte arg ) throws java.rmi.RemoteException; public char getChar( ) throws java.rmi.RemoteException; public void setChar( char arg ) throws java.rmi.RemoteException; public double getDouble( ) throws java.rmi.RemoteException; public void setDouble( double arg ) throws java.rmi.RemoteException; public float getFloat( ) throws java.rmi.RemoteException; public void setFloat( float arg ) throws java.rmi.RemoteException; public int getInt( ) throws java.rmi.RemoteException; public void setInt( int arg ) throws java.rmi.RemoteException; public long getLong( ) throws java.rmi.RemoteException; public void setLong( long arg ) throws java.rmi.RemoteException; public short getShort( ) throws java.rmi.RemoteException; public void setShort( short arg ) throws java.rmi.RemoteException; public java.lang.Object[] getObjectArray( ) throws java.rmi.RemoteException; public void setObjectArray( java.lang.Object[] arg ) throws java.rmi.RemoteException; public int[] getIntArray( ) throws java.rmi.RemoteException; public void setIntArray( int[] arg ) throws java.rmi.RemoteException; public boolean noArgsMethod( ) throws java.rmi.RemoteException; public java.lang.String complexSignatureMethod( int i,java.lang.Object ref,int[] ints,java.lang.Object[] objectRefs ) throws java.rmi.RemoteException; }