Przeglądaj źródła

Added a setter method for the stage

Janco Kock 11 lat temu
rodzic
commit
ed9ff542d7
1 zmienionych plików z 4 dodań i 0 usunięć
  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.