public class Emargement extends Object implements Serializable
Constructor and Description |
---|
Emargement() |
Modifier and Type | Method and Description |
---|---|
List<Date> |
getJoursPartie() |
List<List<Date>> |
getJoursPartieRegroupe() |
List<IntervenantSeance> |
getListeIntervSeance() |
int |
getNbJour() |
List<ParticipantResultatRecherche> |
getParticipantDeLaPartie() |
FcModule |
getPartie() |
FcSession |
getSession() |
void |
setJoursPartie(List<Date> joursPartie) |
void |
setJoursPartieRegroupe(List<List<Date>> joursPartieRegroupe) |
void |
setListeIntervSeance(List<IntervenantSeance> listeIntervSeance) |
void |
setNbJour(int nbJour) |
void |
setParticipantDeLaPartie(List<ParticipantResultatRecherche> participantDeLaPartie) |
void |
setPartie(FcModule partie) |
void |
setSession(FcSession session) |
public FcSession getSession()
public void setSession(FcSession session)
session
- the session to setpublic FcModule getPartie()
public void setPartie(FcModule partie)
partie
- the partie to setpublic void setJoursPartie(List<Date> joursPartie)
joursPartie
- the joursPartie to setpublic int getNbJour()
public void setNbJour(int nbJour)
nbJour
- the nbJour to setpublic List<List<Date>> getJoursPartieRegroupe()
public void setJoursPartieRegroupe(List<List<Date>> joursPartieRegroupe)
joursPartieRegroupe
- the joursPartieRegroupe to setpublic List<ParticipantResultatRecherche> getParticipantDeLaPartie()
public void setParticipantDeLaPartie(List<ParticipantResultatRecherche> participantDeLaPartie)
public List<IntervenantSeance> getListeIntervSeance()
public void setListeIntervSeance(List<IntervenantSeance> listeIntervSeance)
Copyright © 2016. All rights reserved.