Browse Source

Added a setter method for the stage

Janco Kock 11 năm trước cách đây
mục cha
commit
ed9ff542d7
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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.