Package API

Interface Etudiant

  • All Superinterfaces:
    MonPrint
    All Known Implementing Classes:
    EtudiantNP

    public interface Etudiant
    extends MonPrint
    Un étudiant
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      int getGroupe()
      Ajout de l'equipe pour recuperer son groupe
      int getId()
      permet de récupérer l'identifiant de l'étudiant.
      java.lang.String getNom()
      permet de récupérer
      java.lang.String getPrenom()
      permet de récupérer
      default java.lang.String monPrint()
      Fonctionne comme ToPrint() sauf car une interface n'a pas le droit de faire un override sur ToPrint().