Просмотр исходного кода

Added a setter method for the stage

Janco Kock 11 лет назад
Родитель
Сommit
ed9ff542d7
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/agenda/Act.java

+ 4 - 0
src/agenda/Act.java

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