public class AddPainRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private DoloreRequestDTO |
dolore |
private String |
idNota |
private String |
patientCode |
| Constructor and Description |
|---|
AddPainRequest() |
| Modifier and Type | Method and Description |
|---|---|
DoloreRequestDTO |
getDolore() |
String |
getIdNota() |
String |
getPatientCode() |
void |
setDolore(DoloreRequestDTO dolore) |
void |
setIdNota(String idNota) |
void |
setPatientCode(String patientCode) |
private String patientCode
private String idNota
private DoloreRequestDTO dolore
public String getPatientCode()
public void setPatientCode(String patientCode)
public String getIdNota()
public void setIdNota(String idNota)
public DoloreRequestDTO getDolore()
public void setDolore(DoloreRequestDTO dolore)