it.svimservice.nsisr.web.ws.fornitura.vo.createfornitura
Class CreateFornituraResponse

java.lang.Object
  extended by it.svimservice.nsisr.web.ws.fornitura.vo.createfornitura.CreateFornituraResponse

public class CreateFornituraResponse
extends java.lang.Object


Field Summary
private  boolean esito
          Esito dell'operazione.
 
Constructor Summary
CreateFornituraResponse()
           
 
Method Summary
 boolean isEsito()
           
 void setEsito(boolean esito)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

esito

private boolean esito
Esito dell'operazione.

Constructor Detail

CreateFornituraResponse

public CreateFornituraResponse()
Method Detail

isEsito

public boolean isEsito()

setEsito

public void setEsito(boolean esito)