org.objectweb.jonas.jtests.beans.annuaire
Interface Personne


public interface Personne

Personne remote interface


Method Summary
 boolean ejbStoreCalled()
           
 java.lang.String getNom()
           
 java.lang.String getNumero()
           
 java.lang.String getNumeroNTX()
           
 boolean isDirty()
           
 boolean isModifiedCalled()
           
 void reset()
           
 void setNom(java.lang.String s)
           
 void setNumero(java.lang.String s)
           
 void setNumeroNTX(java.lang.String s)
           
 

Method Detail

getNumero

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

setNumero

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

setNom

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

getNom

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

isDirty

public boolean isDirty()
                throws java.rmi.RemoteException

reset

public void reset()
           throws java.rmi.RemoteException

isModifiedCalled

public boolean isModifiedCalled()
                         throws java.rmi.RemoteException

ejbStoreCalled

public boolean ejbStoreCalled()
                       throws java.rmi.RemoteException

getNumeroNTX

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

setNumeroNTX

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