public class NotaRequestDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
descrizione |
private String |
titolo |
| Constructor and Description |
|---|
NotaRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescrizione() |
String |
getTitolo() |
void |
setDescrizione(String descrizione) |
void |
setTitolo(String titolo) |