public class UpdatePainRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private DoloreRequestDTO |
dolore |
private String |
idDolore |
private String |
patientCode |
| Constructor and Description |
|---|
UpdatePainRequest() |
| Modifier and Type | Method and Description |
|---|---|
DoloreRequestDTO |
getDolore() |
String |
getIdDolore() |
String |
getPatientCode() |
void |
setDolore(DoloreRequestDTO dolore) |
void |
setIdDolore(String idDolore) |
void |
setPatientCode(String patientCode) |
private String patientCode
private String idDolore
private DoloreRequestDTO dolore
public String getPatientCode()
public void setPatientCode(String patientCode)
public String getIdDolore()
public void setIdDolore(String idDolore)
public DoloreRequestDTO getDolore()
public void setDolore(DoloreRequestDTO dolore)