|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--bibliDP.fenetreDeSaisie.Note
classe implémentant des notes constituées de triplets (étudiant, matière, valeur)
Constructor Summary | |
Note(bibliDP.fenetreDeSaisie.Etudiant etu,
Matiere mat,
double val)
crée une note ce valeur 'val' pour l'étudiant 'etu' et la matière 'mat' |
Method Summary | |
Matiere |
getMat()
renvoie la matière de cette note |
double |
getVal()
renvoie la valeur de cette note |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Note(bibliDP.fenetreDeSaisie.Etudiant etu, Matiere mat, double val)
Method Detail |
public Matiere getMat()
public double getVal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |