public class ChangementNP extends java.lang.Object implements Changement
Constructor and Description |
---|
ChangementNP(Groupe a,
Etudiant e,
Groupe b) |
Modifier and Type | Method and Description |
---|---|
Groupe |
getA()
permet de récupérer le groupe de depart
|
Groupe |
getB()
permet de récupérer le groupe d'arrivée
|
Etudiant |
getEtu()
permet de récupérer l'étudiant demandant le changement
|
int |
getId()
permet de récupérer l'identifiant du changement (référence interne sans intérêt irl).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
monPrint
public int getId()
getId
in interface Changement
public Groupe getA()
getA
in interface Changement
public Groupe getB()
getB
in interface Changement
public Etudiant getEtu()
getEtu
in interface Changement