it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto
Class DettaglioPostoLettoResponse

java.lang.Object
  extended by it.svimservice.nsisr.web.ws.postoletto.vo.dettagliopostoletto.DettaglioPostoLettoResponse

public class DettaglioPostoLettoResponse
extends java.lang.Object

Response del Web Sercice getPostoLetto


Field Summary
private  java.util.Vector<PostiLettoLiberiReparto> postoLetto
          Posti letto disponibili di una specifica tipologia per uno specifico reparto
 
Constructor Summary
DettaglioPostoLettoResponse()
           
 
Method Summary
 java.util.Vector<PostiLettoLiberiReparto> getPostoLetto()
           
 void setPostoLetto(java.util.Vector<PostiLettoLiberiReparto> postoLetto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

postoLetto

private java.util.Vector<PostiLettoLiberiReparto> postoLetto
Posti letto disponibili di una specifica tipologia per uno specifico reparto

Constructor Detail

DettaglioPostoLettoResponse

public DettaglioPostoLettoResponse()
Method Detail

getPostoLetto

public java.util.Vector<PostiLettoLiberiReparto> getPostoLetto()

setPostoLetto

public void setPostoLetto(java.util.Vector<PostiLettoLiberiReparto> postoLetto)