redme + get et setter choix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user