|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectassociazione.Persona
associazione.PersonaDiScuola
public class PersonaDiScuola
| Field Summary |
|---|
| Fields inherited from class associazione.Persona |
|---|
annoNascita, cognome, nome |
| Constructor Summary | |
|---|---|
PersonaDiScuola(java.lang.String nome,
java.lang.String cognome,
int annoNascita,
java.lang.String scuola)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getScuola()
|
VistaPersonaDiScuola |
vistaFactory()
|
| Methods inherited from class associazione.Persona |
|---|
getAnnoNascita, getCognome, getNome, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PersonaDiScuola(java.lang.String nome,
java.lang.String cognome,
int annoNascita,
java.lang.String scuola)
nome - cognome - annoNascita - scuola - | Method Detail |
|---|
public java.lang.String getScuola()
public VistaPersonaDiScuola vistaFactory()
vistaFactory in class Persona
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||