Package MNP

Class EtudiantNP

  • All Implemented Interfaces:
    Etudiant, MonPrint

    public class EtudiantNP
    extends java.lang.Object
    implements Etudiant
    Un étudiant
    • Constructor Summary

      Constructors 
      Constructor Description
      EtudiantNP​(java.lang.String nom, java.lang.String prenom, int groupe)
      Constructeur.
    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EtudiantNP

        public EtudiantNP​(java.lang.String nom,
                          java.lang.String prenom,
                          int groupe)
        Constructeur. (modification apporter par le groupe pour accueillir un nouveau parametre : groupe)
    • Method Detail

      • getId

        public int getId()
        permet de récupérer l'identifiant de l'étudiant.
        Specified by:
        getId in interface Etudiant
        Returns:
        l'identifiant.
      • getNom

        public java.lang.String getNom()
        permet de récupérer
        Specified by:
        getNom in interface Etudiant
        Returns:
        le nom de l'étudiant.
      • getPrenom

        public java.lang.String getPrenom()
        permet de récupérer
        Specified by:
        getPrenom in interface Etudiant
        Returns:
        le prénom de l'étudiant
      • getGroupe

        public int getGroupe()
        Ajout de l'equipe pour recuperer son groupe
        Specified by:
        getGroupe in interface Etudiant
        Returns:
        Le groupe en entier