public Cours(ElementConstitutif elementConstitutif, Personnel intervenant, TypeCours typeCours, String numeroGroupe, int volumeHoraire)
 {
     this.elementConstitutif = elementConstitutif;
     this.intervenant        = intervenant;
     this.typeCours          = typeCours;
     this.numeroGroupe       = numeroGroupe;
     this.volumeHoraire      = volumeHoraire;
 }
Esempio n. 2
0
 public Ratio(TypeCours type, CategoriePersonnel categorie)
 {
     this.typeCours          = type;
     this.categoriePersonnel = categorie;
 }