associazione
Class VistaInsegnante

java.lang.Object
  extended by associazione.VistaPersona
      extended by associazione.VistaPersonaDiScuola
          extended by associazione.VistaInsegnante

public class VistaInsegnante
extends VistaPersonaDiScuola


Constructor Summary
VistaInsegnante(Insegnante i)
           
 
Method Summary
 void mostra()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VistaInsegnante

public VistaInsegnante(Insegnante i)
Method Detail

mostra

public void mostra()
Overrides:
mostra in class VistaPersonaDiScuola