|
@@ -39,6 +39,10 @@ public class Act {
|
|
|
public Stage getStage() {
|
|
public Stage getStage() {
|
|
|
return stage;
|
|
return stage;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public void setStage(Stage stage) {
|
|
|
|
|
+ this.stage = stage;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* * returns the genre of the act.
|
|
* * returns the genre of the act.
|