package com.bernard.kholle.model; public class Eleve { String nom; String prenom; int[] groups;// 1(ALL) , 7(INFO2) ,... }