it.unibas.esempihibernate.es11bidir
Class Studente

java.lang.Object
  extended by it.unibas.esempihibernate.es11bidir.Studente

public class Studente
extends java.lang.Object


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

Studente

public Studente()
Method Detail

getId

public long getId()

getMatricola

public int getMatricola()

setMatricola

public void setMatricola(int matricola)

getNome

public java.lang.String getNome()

setNome

public void setNome(java.lang.String nome)

getTirocinio

public Tirocinio getTirocinio()

setTirocinio

public void setTirocinio(Tirocinio tirocinio)