02.06.2013 Views

Thesis full text PDF - Politecnico di Milano

Thesis full text PDF - Politecnico di Milano

Thesis full text PDF - Politecnico di Milano

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4 GENERAZIONE SEMI-AUTOMATICA 4.6 Generazione Object data bean<br />

public String getCognome() {<br />

return cognome;<br />

}<br />

public String getFacolta() {<br />

return facolta;<br />

}<br />

public String getMe<strong>di</strong>a() {<br />

return me<strong>di</strong>a;<br />

}<br />

/*<br />

* meto<strong>di</strong> set<br />

*/<br />

public void setMatricola() {<br />

this.matricola = matricola;<br />

}<br />

public void setNome() {<br />

this.nome = nome;<br />

}<br />

public void setCognome() {<br />

this.cognome = cognome;<br />

}<br />

public void setFacolta() {<br />

this.facolta = facolta;<br />

}<br />

public void setMe<strong>di</strong>a() {<br />

this.me<strong>di</strong>a = me<strong>di</strong>a;<br />

}<br />

}<br />

43 of 54

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!