|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdata.theatre.Rangee
public class Rangee
| Constructor Summary | |
|---|---|
Rangee(java.lang.String idRangee)
|
|
| Method Summary | |
|---|---|
void |
addPlace(Place pl)
Setter of the property lesPlaces |
java.lang.String |
getIdRangee()
|
java.util.Collection |
getLesPlaces()
Getter of the property lesPlaces |
int |
getNbPlaces()
Calcul du nombre des places |
boolean |
removePlace(int numeroPlace)
|
boolean |
removePlace(Place pl)
Enlever une Place de la rangee, on retourne un boolean de controle. |
java.lang.String |
toString()
Affichage de la rangee: |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Rangee(java.lang.String idRangee)
| Method Detail |
|---|
public java.util.Collection getLesPlaces()
public void addPlace(Place pl)
lesPlaces - The lesPlaces to set.public boolean removePlace(Place pl)
public boolean removePlace(int numeroPlace)
public int getNbPlaces()
public java.lang.String getIdRangee()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||