public class FlussoInformativoSetResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
esito
Esito della registrazione.
|
private int |
progFlussoInformativo
Progressivo del flusso informativo registrato.
|
Constructor and Description |
---|
FlussoInformativoSetResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getProgFlussoInformativo() |
boolean |
isEsito() |
void |
setEsito(boolean esito) |
void |
setProgFlussoInformativo(int progFlussoInformativo) |