org.objectweb.jonas.jtests.beans.ebasic
Interface E4Query


public interface E4Query


Method Summary
 double getFdouble()
           
 int getFint()
           
 java.lang.String getFstring()
           
 java.lang.String getId()
           
 void setFdouble(double d)
           
 void setFint(int i)
           
 void setFstring(java.lang.String s)
           
 

Method Detail

getId

public java.lang.String getId()
                       throws java.rmi.RemoteException

getFstring

public java.lang.String getFstring()
                            throws java.rmi.RemoteException

setFstring

public void setFstring(java.lang.String s)
                throws java.rmi.RemoteException

getFint

public int getFint()
            throws java.rmi.RemoteException

setFint

public void setFint(int i)
             throws java.rmi.RemoteException

getFdouble

public double getFdouble()
                  throws java.rmi.RemoteException

setFdouble

public void setFdouble(double d)
                throws java.rmi.RemoteException