public class LiberoProfessionistaResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
codLiberoProf
Codice fiscale
|
private java.lang.String |
cognome
Cognome
|
private java.lang.String |
nome
Nome
|
Constructor and Description |
---|
LiberoProfessionistaResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodLiberoProf() |
java.lang.String |
getCognome() |
java.lang.String |
getNome() |
void |
setCodLiberoProf(java.lang.String codLiberoProf) |
void |
setCognome(java.lang.String cognome) |
void |
setNome(java.lang.String nome) |
private java.lang.String codLiberoProf
private java.lang.String nome
private java.lang.String cognome
public void setCodLiberoProf(java.lang.String codLiberoProf)
public java.lang.String getCodLiberoProf()
public java.lang.String getNome()
public void setNome(java.lang.String nome)
public java.lang.String getCognome()
public void setCognome(java.lang.String cognome)