Classe QuestionBoite extend de Question
This commit is contained in:
parent
24ea00f0a0
commit
2f1f01bdf4
13
NGCC/src/config/QuestionBoite
Normal file
13
NGCC/src/config/QuestionBoite
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
package config;
|
||||||
|
|
||||||
|
public class QuestionBoite extends Question{
|
||||||
|
private int nbligne;
|
||||||
|
|
||||||
|
public int getNbligne() {
|
||||||
|
return nbligne;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNbligne(int nbligne) {
|
||||||
|
this.nbligne = nbligne;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user