data.theatre
Class Theatre

java.lang.Object
  extended by data.theatre.Theatre

public class Theatre
extends java.lang.Object


Constructor Summary
Theatre(java.lang.String id)
          Constructeur du theatre
 
Method Summary
 void addZone(Zone z)
          Ajouter une zone
 java.util.Collection getLesZones()
          Getter of the property lesZones
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Theatre

public Theatre(java.lang.String id)
Constructeur du theatre

Method Detail

getLesZones

public java.util.Collection getLesZones()
Getter of the property lesZones

Returns:
Returns the zone.

addZone

public void addZone(Zone z)
Ajouter une zone