public class CtxPeriodeEvaluation extends Object implements Serializable
Constructor and Description |
---|
CtxPeriodeEvaluation() |
Modifier and Type | Method and Description |
---|---|
Date |
getDtDebPeriodeEval() |
Date |
getDtFinPeriodeEval() |
List<Double> |
getLstIdParticipant() |
List<FcIntervenant> |
getLstIntervenant() |
List<FcParticipant> |
getLstParticipant() |
Double |
getNbFormateur() |
Double |
getNbParticipant() |
Double |
getNbQuestRep() |
Double |
getNbQuestRepFormateur() |
Double |
getNiveauRelanceMax() |
FcPeriodeEvaluation |
getPeriodeEvaluation() |
void |
setDtDebPeriodeEval(Date dtDebPeriodeEval) |
void |
setDtFinPeriodeEval(Date dtFinPeriodeEval) |
void |
setLstIdParticipant(List<Double> lstIdParticipant) |
void |
setLstIntervenant(List<FcIntervenant> lstIntervenant) |
void |
setLstParticipant(List<FcParticipant> lstParticipant) |
void |
setNbFormateur(Double nbFormateur) |
void |
setNbParticipant(Double nbPartuicipant) |
void |
setNbQuestRep(Double nbQuestRep) |
void |
setNbQuestRepFormateur(Double nbQuestRepFormateur) |
void |
setNiveauRelanceMax(Double niveauRelanceMax) |
void |
setPeriodeEvaluation(FcPeriodeEvaluation periodeEvaluation) |
public FcPeriodeEvaluation getPeriodeEvaluation()
public void setPeriodeEvaluation(FcPeriodeEvaluation periodeEvaluation)
periodeEvaluation
- the periodeEvaluation to setpublic Double getNbQuestRep()
public void setNbQuestRep(Double nbQuestRep)
nbQuestRep
- the nbQuestRep to setpublic Double getNiveauRelanceMax()
public void setNiveauRelanceMax(Double niveauRelanceMax)
public Double getNbQuestRepFormateur()
public void setNbQuestRepFormateur(Double nbQuestRepFormateur)
public Double getNbFormateur()
public void setNbFormateur(Double nbFormateur)
public Double getNbParticipant()
public void setNbParticipant(Double nbPartuicipant)
public Date getDtDebPeriodeEval()
public void setDtDebPeriodeEval(Date dtDebPeriodeEval)
dtDebPeriodeEval
- the dtDebPeriodeEval to setpublic Date getDtFinPeriodeEval()
public void setDtFinPeriodeEval(Date dtFinPeriodeEval)
dtFinPeriodeEval
- the dtFinPeriodeEval to setpublic void setLstIdParticipant(List<Double> lstIdParticipant)
lstIdParticipant
- the lstIdParticipant to setpublic List<FcParticipant> getLstParticipant()
public void setLstParticipant(List<FcParticipant> lstParticipant)
public List<FcIntervenant> getLstIntervenant()
public void setLstIntervenant(List<FcIntervenant> lstIntervenant)
Copyright © 2016. All rights reserved.