Classe Reponse
This commit is contained in:
parent
2f1f01bdf4
commit
5607b668a2
18
NGCC/src/config/Reponse
Normal file
18
NGCC/src/config/Reponse
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
package config;
|
||||||
|
|
||||||
|
public class Reponse {
|
||||||
|
private String intitulé;
|
||||||
|
private boolean juste= false;
|
||||||
|
public String getIntitulé() {
|
||||||
|
return intitulé;
|
||||||
|
}
|
||||||
|
public void setIntitulé(String intitulé) {
|
||||||
|
this.intitulé = intitulé;
|
||||||
|
}
|
||||||
|
public boolean isJuste() {
|
||||||
|
return juste;
|
||||||
|
}
|
||||||
|
public void setJuste(boolean juste) {
|
||||||
|
this.juste = juste;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user