public class ElencoEndoprotesiSDO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Vector<EndoprotesiSDO> |
endoprotesiSDO
Elenco delle endoprotesi
|
Constructor and Description |
---|
ElencoEndoprotesiSDO() |
ElencoEndoprotesiSDO(java.util.Vector<EndoprotesiSDO> endoprotesiSDO) |
Modifier and Type | Method and Description |
---|---|
int |
esisteNumeroEndoprotesi(int num)
Il metodo controlla se esiste per il ricovero un endoprotesi avente lo stesso numero.
|
java.util.Vector<EndoprotesiSDO> |
getEndoprotesiSDO() |
EndoprotesiSDO |
getPerNumero(java.lang.String numero) |
void |
ordinaPerNumeroAsc() |
void |
setEndoprotesiSDO(java.util.Vector<EndoprotesiSDO> endoprotesiSDO) |
@MinOccurs(value=1L) private java.util.Vector<EndoprotesiSDO> endoprotesiSDO
public ElencoEndoprotesiSDO()
public ElencoEndoprotesiSDO(java.util.Vector<EndoprotesiSDO> endoprotesiSDO)
public java.util.Vector<EndoprotesiSDO> getEndoprotesiSDO()
public void setEndoprotesiSDO(java.util.Vector<EndoprotesiSDO> endoprotesiSDO)
public int esisteNumeroEndoprotesi(int num)
num
- public EndoprotesiSDO getPerNumero(java.lang.String numero)
public void ordinaPerNumeroAsc()