Package data.theatre

Examples of data.theatre.Theatre.addZone()


      String idZone = rsZones.getString(1);
     
      // On paramétre cette zone (ajout des rangées ...)
      Zone z = this.parametrerZone(idZone);     
      // On ajoute cette zone au théatre
      theatre.addZone(z);
    }
   
   
    return theatre;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.