Interface Personne

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
PersonneImpl

public interface Personne
extends java.rmi.Remote


Method Summary
 int getIdent()
           
 java.lang.String getName()
           
 void setName(java.lang.String s)
           
 

Method Detail

setName

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

getName

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

getIdent

public int getIdent()
             throws java.rmi.RemoteException