浏览代码

Added a setter method for the stage

Janco Kock 11 年之前
父节点
当前提交
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.