correction reponse
This commit is contained in:
@@ -12,6 +12,7 @@ import jakarta.persistence.*;
|
||||
public abstract class Reponse implements Serializable {
|
||||
private int id;
|
||||
private Question question;
|
||||
public ArrayList<String> reponses;
|
||||
|
||||
public Reponse(){}
|
||||
|
||||
@@ -33,4 +34,12 @@ public abstract class Reponse implements Serializable {
|
||||
public void setQuestion(Question question){
|
||||
this.question=question;
|
||||
}
|
||||
|
||||
public ArrayList<String> getReponses(){
|
||||
return this.reponses;
|
||||
}
|
||||
|
||||
public void setReponses(ArrayList<String> reponses){
|
||||
this.reponses=reponses;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user