associazione
Class VistaStudente

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

public class VistaStudente
extends VistaPersonaDiScuola


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

Constructor Detail

VistaStudente

public VistaStudente(Studente s)
Method Detail

mostra

public void mostra()
Overrides:
mostra in class VistaPersonaDiScuola