|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibas.esempihibernate.es11bidir.Studente
public class Studente
Constructor Summary | |
---|---|
Studente()
|
Method Summary | |
---|---|
long |
getId()
|
int |
getMatricola()
|
java.lang.String |
getNome()
|
Tirocinio |
getTirocinio()
|
void |
setMatricola(int matricola)
|
void |
setNome(java.lang.String nome)
|
void |
setTirocinio(Tirocinio tirocinio)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Studente()
Method Detail |
---|
public long getId()
public int getMatricola()
public void setMatricola(int matricola)
public java.lang.String getNome()
public void setNome(java.lang.String nome)
public Tirocinio getTirocinio()
public void setTirocinio(Tirocinio tirocinio)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |