Page 839 - IT2
P. 839

public Salle salle;
                  public ArrayList consommer;
                  public ArrayList <Kinesitherapeute> kinesitherapeute;
                  public ArrayList seServir;

               public  void Seance(){   }

                  public  void  Seance(int  numSea,  Date  dateSea,  int  durSea,  Patient  patient,
               Nature nature, Medecin medecin, Salle salle ){
                      this.numSea=numSea;
                      this.dateSea=dateSea;
                      this.durSea=durSea;

                      this.patient=patient;
                      this.nature=nature;
                      this.medecin=medecin;
                      this.salle=salle;
                      kinesitherapeute = new ArrayList <Kinesitherapeute>();
                      consommer = new ArrayList <Consommer>();
                   seServir = new ArrayList <SeServir>();
                  }
                   public  void  Seance(int  numSea,  Date  dateSea,  int  durSea,  Patient  patient,

               Nature      nature,       Medecin      medecin,       Salle     salle      ,Kinesitherapeute
               kinesitherapeute,Consommer consommer,Servir seServir){
                      this.numSea=numSea;
                      this.dateSea=dateSea;
                      this.durSea=durSea;
                      this.patient=patient;
                      this.nature=nature;

                      this.medecin=medecin;
                      this.salle=salle;
                      this.kinesitherapeute = kinesitherapeute;
                      this.consommer = consommer;
                   this.seServir = seServir;
                  }
               public void setSalle(Salle newSalle) {
                     if (this.salle == null || !this.salle.equals(newSalle))
                     {

                        if (this.salle != null)
                        {
                      Filière                   Epreuve                        Session             11/15
                  DI (CDS de 2 à 3)       Synthèse V1 (Correction)           Juillet 2016
                                           www.itlearning-settat.com

                                   Email: admission@itlearning-settat.com
                                                    Tél.:0661077812
   834   835   836   837   838   839   840   841   842   843   844