it.svimservice.nsisr.web.ws.accordodiprogramma.vo.pianipluriennali
Class PianiPluriennaliResponse

java.lang.Object
  extended by it.svimservice.nsisr.web.ws.accordodiprogramma.vo.pianipluriennali.PianiPluriennaliResponse

public class PianiPluriennaliResponse
extends java.lang.Object

Contiene la lista delle schede di intervento


Field Summary
(package private)  java.util.Vector<SchedaIntervento> schedaIntervento
          Elenco delle schede di intervento
 
Constructor Summary
PianiPluriennaliResponse()
           
 
Method Summary
 java.util.Vector<SchedaIntervento> getSchedaIntervento()
           
 void setSchedaIntervento(java.util.Vector<SchedaIntervento> schedaIntervento)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedaIntervento

java.util.Vector<SchedaIntervento> schedaIntervento
Elenco delle schede di intervento

Constructor Detail

PianiPluriennaliResponse

public PianiPluriennaliResponse()
Method Detail

getSchedaIntervento

public java.util.Vector<SchedaIntervento> getSchedaIntervento()

setSchedaIntervento

public void setSchedaIntervento(java.util.Vector<SchedaIntervento> schedaIntervento)