public class InterventoRichiestoRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
codiceCategoriaIntervento
AI=ASSISTENZA INFERMIERISTICA
AS=ASSISTENZA SOCIALE
AR=ASSISTENZA RIABILITATIVA
|
private java.lang.String |
noteInterventoRichiesto
Descrizione intervento richiesto
|
| Constructor and Description |
|---|
InterventoRichiestoRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceCategoriaIntervento() |
java.lang.String |
getNoteInterventoRichiesto() |
void |
setCodiceCategoriaIntervento(java.lang.String codiceCategoriaIntervento) |
void |
setNoteInterventoRichiesto(java.lang.String noteInterventoRichiesto) |
@Facets(pattern="[AI|AS|AR]+",
length=2L)
private java.lang.String codiceCategoriaIntervento
@Facets(maxLength=130L) private java.lang.String noteInterventoRichiesto
public java.lang.String getCodiceCategoriaIntervento()
public void setCodiceCategoriaIntervento(java.lang.String codiceCategoriaIntervento)
public java.lang.String getNoteInterventoRichiesto()
public void setNoteInterventoRichiesto(java.lang.String noteInterventoRichiesto)