소스 검색

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.