TODO : merge
This commit is contained in:
@@ -9,7 +9,7 @@ public class Choix extends Reponse{
|
||||
|
||||
@Id
|
||||
@GeneratedValue
|
||||
int id;
|
||||
private int id;
|
||||
|
||||
ArrayList<String> choix;
|
||||
|
||||
@@ -17,6 +17,14 @@ public class Choix extends Reponse{
|
||||
super();
|
||||
}
|
||||
|
||||
|
||||
public void setId(int id){
|
||||
this.id=id;
|
||||
}
|
||||
|
||||
public int getId(){
|
||||
return this.id;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user