redme + get et setter choix

This commit is contained in:
trochas
2025-09-19 10:49:50 +02:00
parent 68889db4fc
commit 1c7267a438
7 changed files with 35 additions and 0 deletions

View File

@@ -10,4 +10,12 @@ public class Choix extends Reponse{
super();
}
public ArrayList<String> getChoix() {
return this.choix;
}
public void setChoix(ArrayList<String> choix) {
this.choix = choix;
}
}