Uses of Class
it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto.PostiLettoLiberiReparto

Packages that use PostiLettoLiberiReparto
it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto   
 

Uses of PostiLettoLiberiReparto in it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto
 

Fields in it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto with type parameters of type PostiLettoLiberiReparto
private  java.util.Vector<PostiLettoLiberiReparto> DettaglioPostoLettoResponse.postoLetto
          Posti letto disponibili di una specifica tipologia per uno specifico reparto
 

Methods in it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto that return types with arguments of type PostiLettoLiberiReparto
 java.util.Vector<PostiLettoLiberiReparto> DettaglioPostoLettoResponse.getPostoLetto()
           
 

Method parameters in it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto with type arguments of type PostiLettoLiberiReparto
 void DettaglioPostoLettoResponse.setPostoLetto(java.util.Vector<PostiLettoLiberiReparto> postoLetto)