public class EventoResponseDTO extends EventoRequestDTO
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
dataAggiornamento |
protected LocalDateTime |
dataRegistrazione |
protected String |
id |
code, codeSystem, codeSystemName, codeSystemVersion, dataEvento, descrizioneEvento| Constructor and Description |
|---|
EventoResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getDataAggiornamento() |
LocalDateTime |
getDataRegistrazione() |
String |
getId() |
void |
setDataAggiornamento(LocalDateTime dataAggiornamento) |
void |
setDataRegistrazione(LocalDateTime dataRegistrazione) |
void |
setId(String id) |
getCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDataEvento, getDescrizioneEvento, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDataEvento, setDescrizioneEventoprotected String id
protected LocalDateTime dataRegistrazione
protected LocalDateTime dataAggiornamento
public String getId()
public void setId(String id)
public LocalDateTime getDataRegistrazione()
public void setDataRegistrazione(LocalDateTime dataRegistrazione)
public LocalDateTime getDataAggiornamento()
public void setDataAggiornamento(LocalDateTime dataAggiornamento)