Uses of Class
it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendenti.Dipendente

Packages that use Dipendente
it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendenti   
 

Uses of Dipendente in it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendenti
 

Fields in it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendenti with type parameters of type Dipendente
private  java.util.Vector<Dipendente> ElencoDipendenti.dipendente
          Elenco di dipendenti.
 

Methods in it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendenti that return types with arguments of type Dipendente
 java.util.Vector<Dipendente> ElencoDipendenti.getDipendente()
           
 

Method parameters in it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendenti with type arguments of type Dipendente
 void ElencoDipendenti.setDipendente(java.util.Vector<Dipendente> dipendente)