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; }
public Ratio(TypeCours type, CategoriePersonnel categorie) { this.typeCours = type; this.categoriePersonnel = categorie; }