it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso
Class PrestazioneRequest

java.lang.Object
  extended by 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)
 
Constructor Summary
PrestazioneRequest()
           
PrestazioneRequest(java.lang.String codPrestazione, int qtaPrestazione)
           
 
Method Summary
 java.lang.String getCodPrestazione()
           
 int getQtaPrestazionet()
           
 void setCodPrestazione(java.lang.String codPrestazione)
           
 void setQtaPrestazionet(int qtaPrestazione)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codPrestazione

private java.lang.String codPrestazione
Codice prestazione (obbligatorio)


qtaPrestazione

@Facets(pattern="[0-9]+")
private int qtaPrestazione
Numero di sedute della prestazione (obbligatoria)

Constructor Detail

PrestazioneRequest

public PrestazioneRequest()

PrestazioneRequest

public PrestazioneRequest(java.lang.String codPrestazione,
                          int qtaPrestazione)
Method Detail

getCodPrestazione

public java.lang.String getCodPrestazione()

setCodPrestazione

public void setCodPrestazione(java.lang.String codPrestazione)

getQtaPrestazionet

public int getQtaPrestazionet()

setQtaPrestazionet

public void setQtaPrestazionet(int qtaPrestazione)