public class UpdateNoteRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
idNota |
private NotaRequestDTO |
nota |
private String |
patientCode |
| Constructor and Description |
|---|
UpdateNoteRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdNota() |
NotaRequestDTO |
getNota() |
String |
getPatientCode() |
void |
setIdNota(String idNota) |
void |
setNota(NotaRequestDTO nota) |
void |
setPatientCode(String patientCode) |
private String patientCode
private String idNota
private NotaRequestDTO nota
public String getPatientCode()
public void setPatientCode(String patientCode)
public String getIdNota()
public void setIdNota(String idNota)
public NotaRequestDTO getNota()
public void setNota(NotaRequestDTO nota)