it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso
Class PrestazioneRequest
java.lang.Object
it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso.PrestazioneRequest
public class PrestazioneRequest
- extends java.lang.Object
Dati relativi ad una prestazione di Pronto Soccorso
Field Summary |
private java.lang.String |
codPrestazione
Codice prestazione (obbligatorio) |
private int |
qtaPrestazione
Numero di sedute della prestazione (obbligatoria) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codPrestazione
private java.lang.String codPrestazione
- Codice prestazione (obbligatorio)
qtaPrestazione
@Facets(pattern="[0-9]+")
private int qtaPrestazione
- Numero di sedute della prestazione (obbligatoria)
PrestazioneRequest
public PrestazioneRequest()
PrestazioneRequest
public PrestazioneRequest(java.lang.String codPrestazione,
int qtaPrestazione)
getCodPrestazione
public java.lang.String getCodPrestazione()
setCodPrestazione
public void setCodPrestazione(java.lang.String codPrestazione)
getQtaPrestazionet
public int getQtaPrestazionet()
setQtaPrestazionet
public void setQtaPrestazionet(int qtaPrestazione)