public class DocumentoResponseDTO extends DocumentoRequestDTO
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
mimeType |
contenutoDocumento, dataEmissione, nomeDocumento, noteDocumento, provenienzaDocumento, testoLibero, tipoDocumento| Constructor and Description |
|---|
DocumentoResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getMimeType() |
void |
setId(String id) |
void |
setMimeType(String mimeType) |
getContenutoDocumento, getDataEmissione, getNomeDocumento, getNoteDocumento, getProvenienzaDocumento, getTestoLibero, getTipoDocumento, setContenutoDocumento, setDataEmissione, setNomeDocumento, setNoteDocumento, setProvenienzaDocumento, setTestoLibero, setTipoDocumento