|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Student
Definisce un record con i dati dello studente
Constructor Summary | |
Student(int stud_mat,
java.lang.String stud_cognome,
java.lang.String stud_nome)
Costruisce il record per lo studente |
Method Summary | |
java.lang.String |
Get_cognome()
Ritorna il cognome dello studente |
int |
Get_mat()
Ritorna il numero di matricola dello studente |
java.lang.String |
Get_nome()
Ritorna il nome dello studente |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Student(int stud_mat, java.lang.String stud_cognome, java.lang.String stud_nome)
stud_mat
- numero di matricola dello studentestud_cognome
- cognome dello studentestud_nome
- nome dello studenteMethod Detail |
public int Get_mat()
public java.lang.String Get_cognome()
public java.lang.String Get_nome()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |