public class DatiCittadinoRequestDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cognome |
protected String |
nome |
| Constructor and Description |
|---|
DatiCittadinoRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCognome() |
String |
getNome() |
void |
setCognome(String cognome) |
void |
setNome(String nome) |