質問編集履歴

1

指摘箇所のソースを追加

2020/07/09 09:32

投稿

roro_mochi
roro_mochi

スコア48

test CHANGED
File without changes
test CHANGED
@@ -88,6 +88,28 @@
88
88
 
89
89
  }
90
90
 
91
+
92
+
93
+ //練習の設定有無を取得する。@return 練習設定有無
94
+
95
+ public String getSetPrc() {
96
+
97
+ return setPrc;
98
+
99
+ }
100
+
101
+
102
+
103
+ //練習の設定有無を設定する。 @param setPrc 練習設定有無
104
+
105
+
106
+
107
+ public void setSetPrc(String setPrc) {
108
+
109
+ this.setPrc = setPrc;
110
+
111
+ }
112
+
91
113
  }
92
114
 
93
115
  ```