public class RefertoDiConsulenzaResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
esitoOperazione
Esito della registrazione del referto di consulenza
true = operazione terminata con esito positivo
false = operazione terminata con esito negativo
|
Constructor and Description |
---|
RefertoDiConsulenzaResponse() |
RefertoDiConsulenzaResponse(boolean esitoOperazione) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEsitoOperazione() |
void |
setEsitoOperazione(boolean esitoOperazione) |
private boolean esitoOperazione