it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaget
Class ElencoPostiPrevistiGet

java.lang.Object
  extended by it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaget.ElencoPostiPrevistiGet

public class ElencoPostiPrevistiGet
extends java.lang.Object

Contiene l'elenco dei posti previsti.


Field Summary
private  java.util.Vector<PostoPrevistoGet> postoPrevisto
          Elenco dei posti previsti.
 
Constructor Summary
ElencoPostiPrevistiGet()
           
 
Method Summary
 java.util.Vector<PostoPrevistoGet> getPostoPrevisto()
           
 void setPostoPrevisto(java.util.Vector<PostoPrevistoGet> postoPrevisto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

postoPrevisto

private java.util.Vector<PostoPrevistoGet> postoPrevisto
Elenco dei posti previsti.

Constructor Detail

ElencoPostiPrevistiGet

public ElencoPostiPrevistiGet()
Method Detail

setPostoPrevisto

public void setPostoPrevisto(java.util.Vector<PostoPrevistoGet> postoPrevisto)

getPostoPrevisto

public java.util.Vector<PostoPrevistoGet> getPostoPrevisto()