Uses of Class
it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaset.PostoPrevistoSet

Packages that use PostoPrevistoSet
it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaset   
 

Uses of PostoPrevistoSet in it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaset
 

Fields in it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaset with type parameters of type PostoPrevistoSet
private  java.util.Vector<PostoPrevistoSet> ElencoPostiPrevistiSet.postoPrevisto
          Elenco dei posti previsti.
 

Methods in it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaset that return types with arguments of type PostoPrevistoSet
 java.util.Vector<PostoPrevistoSet> ElencoPostiPrevistiSet.getPostoPrevisto()
           
 

Method parameters in it.svimservice.nsisr.web.ws.dotazioneorganica.vo.dotazioneorganicaset with type arguments of type PostoPrevistoSet
 void ElencoPostiPrevistiSet.setPostoPrevisto(java.util.Vector<PostoPrevistoSet> postoPrevisto)