public class ReponseEvaluation extends Object implements Serializable
Nom de Fiche | Code associée |
---|---|
FcFicheIndividuelle | FI |
FcSyntheseSession | SP |
FcSynthesePeriode | SS |
FcSyntheseEnsembleSession | SES |
FcPositionnementSession | PS |
FcPositionnementSessionSansParam | PSSP |
identSession |
SP | SS | SES | PS | PSSP | |
titreSession |
FI | SP | SS | PS | PSSP | |
dateDebutSession |
FI | SP | SS | SES | PS | PSSP |
dateFinSession |
FI | SP | SS | SES | PS | PSSP |
nomResponsableSession |
FI | SP | SS | PS | PSSP | |
prenomResponsableSession |
FI | SP | SS | PS | PSSP | |
monoPeriode |
FI | SS |
identParticipant |
FI | SS | ||||
nomParticipant |
FI | SP | SS | |||
prenomParticipant |
FI | SP | SS | |||
typeQuestionnaire |
nbStagiairesSelectionne |
SP | SS | ||||
nbStagiairesTotal |
SP | SS | ||||
nbFormateursSelectionne |
SP | SS | ||||
nbFormateursTotal |
SP | SS |
identTheme |
FI | SP | SES | |||
numeroOrdreTheme |
FI | SS | ||||
libelleTheme |
FI | SS |
numeroPeriode |
FI | SP | SS | |||
dateDebutPeriode |
SP | |||||
dateFinPeriode |
SP | |||||
minPeriodeQuestion |
SS | |||||
minNomParPeriodeQuestion |
SS |
identQuestion |
FI | SP | SS | SES | PS | PSSP |
libelleQuestion |
FI | SP | SS | SES | PS | PSSP |
commentaireQuestion |
FI | SP | SS | |||
type |
FI | SP | SS | SES | PS | PSSP |
categorieQuestion |
FI | SP | SS | SES | PS | PSSP |
sicategorieQuestion
= CategorieQuestion.FORMATEUR.getIdent() ou CategorieQuestion.UNITE.getIdent(), on utilise :
identIntervenant
FI SP SS nomIntervenant
FI SP SS prenomIntervenant
FI SP SS
siInformations poidscategorieQuestion
= CategorieQuestion.UNITE.getIdent(), on utilise :
identUniteIntervention
FI SP SS nomUniteIntervention
FI SP SS dateDebutSeance
SS
poids |
FI | SP | SS | |||
numeroOdrePoids |
SP | SS | ||||
poidsMaxQuestion |
FI | SP | SS |
moyenneIntervenantQuestion |
FI | SP | ||||
moyenneNote |
FI | PS | PSSP | |||
moyenneUniteQuestion |
||||||
moyenneGeneralePeriode |
SP | |||||
moyenneGeneraleSession |
FI | SP | SS | |||
moyenneNoteMaxEnsembleSessions |
SES | PS | PSSP | |||
moyenneNoteMinEnsembleSessions |
SES | PS | PSSP | |||
moyenneNoteParQuestionEnsembleSessions |
SES | PS | PSSP | |||
moyenneSessions |
SES | PS | PSSP |
Modifier and Type | Field and Description |
---|---|
static double |
TYPE_OUVERT_OBLIGATOIRE |
static double |
TYPE_QCMRU |
static double |
TYPE_QUESTIONNAIRE_FORMATEUR |
static double |
TYPE_QUESTIONNAIRE_STAGIAIRE |
Constructor and Description |
---|
ReponseEvaluation()
Constructeur par defaut
|
ReponseEvaluation(Double identSession,
String titreSession,
Date dateDebutSession,
Date dateFinSession,
String nomResponsableSession,
String prenomResponsableSession,
Boolean monoPeriode,
Double identParticipant,
String nomParticipant,
String prenomParticipant,
Double typeQuestionnaire,
Double identTheme,
Double numeroOrdreTheme,
String libelleTheme,
Double numeroPeriode,
Date dateDebutPeriode,
Date dateFinPeriode,
Double identQuestion,
String libelleQuestion,
String commentaireQuestion,
Double categorieQuestion,
Double type,
Double identIntervenant,
String nomIntervenant,
String prenomIntervenant,
Double identUniteIntervention,
String nomUniteIntervention,
Date dateDebutSeance,
Double poids,
Double numeroOrdrePoids,
Double poidsMaxQuestion) |
Modifier and Type | Method and Description |
---|---|
static List<ReponseEvaluation> |
calculMaxEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions)
calcul a partir des max de session
|
static List<ReponseEvaluation> |
calculMaxEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions,
Double identSessionChoisie)
Calcul a partir des max de sessions excuant les valeurs de la session choisie
Cas limite : Si une question n'apparait que dans la session choisie mais pas dans les autres, MaxEnsembleSession de cette question ne sera pas renseignee |
static List<ReponseEvaluation> |
calculMinEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions)
calcul a partir des min de session
|
static List<ReponseEvaluation> |
calculMinEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions,
Double identSessionChoisie)
Calcul a partir des min de session
Cas limite : Si la session choisie contient une question que les autres sessions n'ont pas, la valeur minEnsembleSession pour la question de cette session choisie ne sera pas renseignee |
static List<ReponseEvaluation> |
calculMinNomParPeriodeQuestion(List<ReponseEvaluation> maListeSelection)
calcul les noms les plus petits nom par question periode
|
static List<ReponseEvaluation> |
calculMinPeriodeParQuestion(List<ReponseEvaluation> maListeSelection)
Calcul la periode minimum pour une liste de selections
|
static List<ReponseEvaluation> |
calculMoyenneGeneraleEnsembleSessions(List<ReponseEvaluation> maListeSelection)
Calcul de moyenneGeneraleEnsembleSessions à partir des moyenneGeneraleSession
|
static List<ReponseEvaluation> |
calculMoyenneGeneralePeriode(List<ReponseEvaluation> maListeSelection)
Calcul la moyenne générale pour chaque periode d'une session
|
static List<ReponseEvaluation> |
calculMoyenneGeneraleSession(List<ReponseEvaluation> maListeSelection)
Calcul la moyenne générale par Session
on tient en compte seulement les questions de type QCRMU
mais on met la moyenne générale sur toutes les lignes
calcul de : moyennes des notes générales (1/3) moyenne des notes Themes (1/3) moyenne des notes intervenant (1/3) Puis calcul de moyenneGeneraleSession à partir des trois valeurs |
static List<ReponseEvaluation> |
CalculMoyenneIntervenantParQuestion(List<ReponseEvaluation> maListeSelection)
Calcul de la moyenne Intervenant par Question
|
static List<ReponseEvaluation> |
calculMoyenneNoteParQuestion(List<ReponseEvaluation> maListeSelection)
Calcul la moyenne des note par no de question pour une liste de selections
|
static List<ReponseEvaluation> |
CalculMoyenneUniteParQuestion(List<ReponseEvaluation> maListeSelection)
Calcul de MoyenneUnite par Question
|
static List<ReponseEvaluation> |
calculMoyEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions)
calcul à partir des moyennes de session
|
static List<ReponseEvaluation> |
calculMoyEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions,
Double identSessionChoisie)
Calcul à partir des moyennes de session excluant les valeurs de la session choisie
Cas limite : Lorsque la sesssion choisie contient une question qui n' est pas contenue dans les autres sessions, la valeur de moyEnsembleSession ne sera pas renseignee |
static List<ReponseEvaluation> |
calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection)
Calcul le nombre de Participants Formateurs et Stagiaires
de la liste selectionnee
pour attribuer à nbFormateurTotal et nbStagiaireTotal
|
static List<ReponseEvaluation> |
calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection,
boolean total)
Calcul le nombre de Participants Formateurs et Stagiaires
de la liste selectionnee
total = true : pour attribuer à nbFormateurTotal et nbStagiaireTotal
sinon attribut la valeur à nbFormateurSelectionne et nbStagiaireSelectionne
|
static List<ReponseEvaluation> |
calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection,
Double statusParticipant)
Calcul le nombre de participants stagiaire ou formateur dans la liste selectionnee
pour attribuer à *Total
|
static List<ReponseEvaluation> |
calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection,
Double statusParticipant,
boolean total)
Calcul le nombre de participants stagiaire ou formateur dans la liste selectionnee
total = true : pour attribuer à LISTETotal
sinon attribut la valeur à LISTESelectionne
|
Double |
getCategorieQuestion() |
String |
getClientSession() |
String |
getCommentaireQuestion() |
Date |
getDateDebutPeriode() |
Date |
getDateDebutSeance() |
Date |
getDateDebutSession() |
Date |
getDateFinPeriode() |
Date |
getDateFinSession() |
String |
getDescriptionPopulation() |
String |
getDivSession() |
Serializable |
getIdent() |
Double |
getIdentIntervenant() |
Double |
getIdentParticipant() |
Double |
getIdentParticipantSiSelectionne() |
Double |
getIdentQuestion() |
Double |
getIdentSession() |
Double |
getIdentTheme() |
Double |
getIdentUniteIntervention() |
String |
getLangue() |
String |
getLibellePeriode() |
String |
getLibelleQuestion() |
String |
getLibelleTheme() |
String |
getMinNomParPeriodeQuestion() |
Double |
getMinPeriodeQuestion() |
Boolean |
getMonoPeriode() |
Double |
getMoyenneGeneralePeriode() |
Double |
getMoyenneGeneraleSession() |
Double |
getMoyenneIntervenantQuestion() |
Double |
getMoyenneNote() |
Double |
getMoyenneNoteMaxEnsembleSessions() |
Double |
getMoyenneNoteMinEnsembleSessions() |
Double |
getMoyenneNoteParQuestionEnsembleSessions() |
Double |
getMoyenneSessions() |
Double |
getMoyenneUniteQuestion() |
int |
getNbFormateursSelectionne() |
int |
getNbFormateursTotal() |
Double |
getNbNotesPeriode() |
Double |
getNbPeriodesEval() |
Integer |
getNbReponsesPourCetteQuestion() |
int |
getNbStagiairesSelectionne() |
int |
getNbStagiairesTotal() |
String |
getNomIntervenant() |
String |
getNomParticipant() |
String |
getNomResponsableSession() |
String |
getNomUniteIntervention() |
Double |
getNumeroOrdrePoids() |
Double |
getNumeroOrdreTheme() |
Double |
getNumeroPeriode() |
Double |
getNumOrdreQuestDansTheme() |
Double |
getPoids() |
Double |
getPoidsMaxQuestion() |
Double |
getPoidsMaxQuestionPondere() |
Double |
getPoidsPondere() |
String |
getPrenomIntervenant() |
String |
getPrenomParticipant() |
String |
getPrenomResponsableSession() |
Double |
getSommePoidsMaxParticipant() |
Double |
getSommePoidsMaxPeriode() |
Double |
getSommePoidsParticipant() |
Double |
getSommePoidsPeriode() |
String |
getTitreSession() |
Double |
getType() |
Double |
getTypeQuestionnaireStagiaire() |
String |
getTypeSession() |
void |
setCategorieQuestion(Double categorieQuestion) |
void |
setClientSession(String clientSession) |
void |
setCommentaireQuestion(String commentaireQuestion) |
void |
setDateDebutPeriode(Date dateDebutPeriode) |
void |
setDateDebutSeance(Date dateDebutSeance) |
void |
setDateDebutSession(Date dateDebut) |
void |
setDateFinPeriode(Date dateFinPeriode) |
void |
setDateFinSession(Date dateFin) |
void |
setDescriptionPopulation(String descriptionPopulation) |
void |
setDivSession(String divSession) |
void |
setIdentIntervenant(Double identIntervenant) |
void |
setIdentParticipant(Double identPersonne) |
void |
setIdentParticipantSiSelectionne(Double identParticipantSiSelectionne) |
void |
setIdentQuestion(Double identQuestion) |
void |
setIdentSession(Double numSession) |
void |
setIdentTheme(Double identTheme) |
void |
setIdentUniteIntervention(Double identUniteIntervention) |
void |
setLangue(String langue) |
void |
setLibellePeriode(String libellePeriode) |
void |
setLibelleQuestion(String libelleQuestion) |
void |
setLibelleTheme(String theme) |
void |
setMinNomParPeriodeQuestion(String minNomParPeriodeQuestion) |
void |
setMinPeriodeQuestion(Double minPeriodeQuestion) |
void |
setMonoPeriode(Boolean monoPeriode) |
void |
setMoyenneGeneralePeriode(Double moyenneGeneralePeriode) |
void |
setMoyenneGeneraleSession(Double moyenneGeneraleSession) |
void |
setMoyenneIntervenantQuestion(Double moyenneIntervenantQuestion) |
void |
setMoyenneNote(Double moyenneNote) |
void |
setMoyenneNoteMaxEnsembleSessions(Double noteMax) |
void |
setMoyenneNoteMinEnsembleSessions(Double noteMin) |
void |
setMoyenneNoteParQuestionEnsembleSessions(Double moyenneNoteEnsembleSessions) |
void |
setMoyenneSessions(Double moyenneSessions) |
void |
setMoyenneUniteQuestion(Double moyenneUniteQuestion) |
void |
setNbFormateursSelectionne(int nbIntervenantsSelectionne) |
void |
setNbFormateursTotal(int nbIntervenantTotal) |
void |
setNbNotesPeriode(Double nbNotesPeriode) |
void |
setNbPeriodesEval(Double nbPeriodesEval) |
void |
setNbReponsesPourCetteQuestion(Integer nbReponsesPossiblesPourCetteQuestion) |
void |
setNbStagiairesSelectionne(int nbStagiairesSelectionne) |
void |
setNbStagiairesTotal(int nbStagiairesTotal) |
void |
setNomIntervenant(String nomIntervenant) |
void |
setNomParticipant(String nomParticipant) |
void |
setNomResponsableSession(String nomResponsableSession) |
void |
setNomUniteIntervention(String nomUniteIntervention) |
void |
setNumeroOrdrePoids(Double numeroOrdrePoids) |
void |
setNumeroOrdreTheme(Double numTheme) |
void |
setNumeroPeriode(Double periode) |
void |
setNumOrdreQuestDansTheme(Double numOrdreQuestDansTheme) |
void |
setPoids(Double note) |
void |
setPoidsMaxQuestion(Double poidsMax) |
void |
setPoidsMaxQuestionPondere(Double poidsMaxQuestionPondere) |
void |
setPoidsPondere(Double poidsPondere) |
void |
setPrenomIntervenant(String prenomIntervenant) |
void |
setPrenomParticipant(String prenomParticipant) |
void |
setPrenomResponsableSession(String prenomResponsableSession) |
void |
setSommePoidsMaxParticipant(Double sommePoidsMaxParticipant) |
void |
setSommePoidsMaxPeriode(Double sommePoidsMaxPeriode) |
void |
setSommePoidsParticipant(Double sommePoidsParticipant) |
void |
setSommePoidsPeriode(Double sommePoidsPeriode) |
void |
setTitreSession(String titreSession) |
void |
setType(Double type) |
void |
setTypeQuestionnaire(Double statusParticipant) |
void |
setTypeSession(String typeSession) |
public static final double TYPE_QUESTIONNAIRE_STAGIAIRE
public static final double TYPE_QUESTIONNAIRE_FORMATEUR
public static final double TYPE_QCMRU
public static final double TYPE_OUVERT_OBLIGATOIRE
public ReponseEvaluation()
public ReponseEvaluation(Double identSession, String titreSession, Date dateDebutSession, Date dateFinSession, String nomResponsableSession, String prenomResponsableSession, Boolean monoPeriode, Double identParticipant, String nomParticipant, String prenomParticipant, Double typeQuestionnaire, Double identTheme, Double numeroOrdreTheme, String libelleTheme, Double numeroPeriode, Date dateDebutPeriode, Date dateFinPeriode, Double identQuestion, String libelleQuestion, String commentaireQuestion, Double categorieQuestion, Double type, Double identIntervenant, String nomIntervenant, String prenomIntervenant, Double identUniteIntervention, String nomUniteIntervention, Date dateDebutSeance, Double poids, Double numeroOrdrePoids, Double poidsMaxQuestion)
{@link
- ReponseEvaluation#identSession identSession} ident de la session{@link
- ReponseEvaluation#titreSession titreSession} titre de la session{@link
- ReponseEvaluation#dateDebutSession dateDebutSession} date de début de session{@link
- ReponseEvaluation#dateFinSession dateFinSession} date de fin de session{@link
- ReponseEvaluation#nomResponsableSession nomResponsableSession} nom du responsable de la session{@link
- ReponseEvaluation#prenomResponsableSession prenomResponsableSession} prenom du responsable de la session{@link
- monoPeriode
renseigne si la session est mono periode ou pas{@link
- ReponseEvaluation#identParticipant identParticipant} ident du participant ( stagiaire ou formateur ){@link
- ReponseEvaluation#nomParticipant nomParticipant} nom du participant ( stagiaire ou formateur ){@link
- ReponseEvaluation#prenomParticipant prenomParticipant} prenom du participant ( stagiaire ou formateur ){@link
- ReponseEvaluation#typeQuestionnaire typeQuestionnaire} type de questionnaire ( TYPE_QUESTIONNAIRE_STAGIAIRE ou TYPE_QUESTIONNAIRE_FORMATEUR ){@link
- ReponseEvaluation#identTheme identTheme} ident du theme pour la reponse à l'evaluation{@link
- ReponseEvaluation#numeroOrdreTheme numeroOrdreTheme} numéro d'ordre du theme pour la reponse à l'evaluation{@link
- ReponseEvaluation#libelleTheme libelleTheme} libellé du theme correspondant{@link
- ReponseEvaluation#numeroPeriode numeroPeriode} numéro de periode correspondant{@link
- ReponseEvaluation#dateDebutPeriode dateDebutPeriode} date de début de peride{@link
- ReponseEvaluation#dateFinPeriode dateFinPeriode} date de fin de periode{@link
- ReponseEvaluation#identQuestion identQuestion} identifiant de la question correspondante{@link
- ReponseEvaluation#libelleQuestion libelleQuestion} libellé de la question correspondante{@link
- ReponseEvaluation#commentaireQuestion commentaireQuestion} commentaire de la question correspondante{@link
- ReponseEvaluation#categorieQuestion categorieQuestion} catégorie de la question{@link
- ReponseEvaluation#type type} type de la question{@link
- ReponseEvaluation#identIntervenant identIntervenant} identifiant de l'intervenant sinon null{@link
- ReponseEvaluation#nomIntervenant nomIntervenant} nom de l'intervenant sinon null{@link
- ReponseEvaluation#prenomIntervenant prenomIntervenant} prenom de l'intervenant sinon null{@link
- ReponseEvaluation#identUniteIntervenant identUniteIntervenant} identifiant de l'unité d'intervention sinon null{@link
- ReponseEvaluation#nomUniteIntervenant nomUniteIntervenant} nom de l'unité d'intervention sinon null{@link
- dateDebutSeance
date de debut de l'unité d'intervention{@link
- ReponseEvaluation#poids poids} poids correspondant à la notation du participant pour cette reponse{@link
- ReponseEvaluation#numeroOrdrePoids numeroOrdrePoids} numéro d'ordre poids correspondante{@link
- ReponseEvaluation#poidsMaxQuestion poidsMaxQuestion} poids maximum possible pour pouvoir ramener le poids sur 100 et calculer les moyennespublic static List<ReponseEvaluation> calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection)
maListeSelection
- public static List<ReponseEvaluation> calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection, boolean total)
maListeSelection
- total
- public static List<ReponseEvaluation> calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection, Double statusParticipant)
maListeSelection
- statusParticipant
- public static List<ReponseEvaluation> calculNbParticipantFiche(List<ReponseEvaluation> maListeSelection, Double statusParticipant, boolean total)
maListeSelection
- statusParticipant
- total
- public static List<ReponseEvaluation> calculMinNomParPeriodeQuestion(List<ReponseEvaluation> maListeSelection)
maListeSelection
- public static List<ReponseEvaluation> calculMinPeriodeParQuestion(List<ReponseEvaluation> maListeSelection)
maListeSelection
- public static List<ReponseEvaluation> calculMoyenneGeneralePeriode(List<ReponseEvaluation> maListeSelection)
maListeSelection
- public static List<ReponseEvaluation> calculMoyenneGeneraleSession(List<ReponseEvaluation> maListeSelection)
maListeSelection
- public static List<ReponseEvaluation> calculMoyenneGeneraleEnsembleSessions(List<ReponseEvaluation> maListeSelection)
maListeSelection
- ReponseEvaluation
public static List<ReponseEvaluation> calculMoyenneNoteParQuestion(List<ReponseEvaluation> maListeSelection)
maListeSelection
- ReponseEvaluation
public static List<ReponseEvaluation> CalculMoyenneUniteParQuestion(List<ReponseEvaluation> maListeSelection)
maListeSelection
- ReponseEvaluation
public static List<ReponseEvaluation> CalculMoyenneIntervenantParQuestion(List<ReponseEvaluation> maListeSelection)
maListeSelection
- ReponseEvaluation
public Serializable getIdent()
public String getLibelleTheme()
public void setLibelleTheme(String theme)
public Double getNumeroPeriode()
public void setNumeroPeriode(Double periode)
public Double getPoids()
public void setPoids(Double note)
public void setCategorieQuestion(Double categorieQuestion)
public Double getCategorieQuestion()
public void setType(Double type)
public Double getType()
public void setLibelleQuestion(String libelleQuestion)
public String getLibelleQuestion()
public void setCommentaireQuestion(String commentaireQuestion)
public String getCommentaireQuestion()
public void setNomIntervenant(String nomIntervenant)
public String getNomIntervenant()
public void setIdentQuestion(Double identQuestion)
public Double getIdentQuestion()
public Double getMoyenneNote()
public void setMoyenneNote(Double moyenneNote)
public void setNumeroOrdreTheme(Double numTheme)
public Double getNumeroOrdreTheme()
public void setNomUniteIntervention(String nomUniteIntervention)
public String getNomUniteIntervention()
public void setMoyenneIntervenantQuestion(Double moyenneIntervenantQuestion)
public Double getMoyenneIntervenantQuestion()
public void setMoyenneUniteQuestion(Double moyenneUniteQuestion)
public Double getMoyenneUniteQuestion()
public Double getMinPeriodeQuestion()
public void setMinPeriodeQuestion(Double minPeriodeQuestion)
public void setMinNomParPeriodeQuestion(String minNomParPeriodeQuestion)
public String getMinNomParPeriodeQuestion()
public void setMoyenneNoteMaxEnsembleSessions(Double noteMax)
public Double getMoyenneNoteMaxEnsembleSessions()
public void setMoyenneNoteMinEnsembleSessions(Double noteMin)
public Double getMoyenneNoteMinEnsembleSessions()
public static List<ReponseEvaluation> calculMinEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions)
maListeEnsembleSessions
- sessionReference
- ReponseEvaluation
public static List<ReponseEvaluation> calculMinEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions, Double identSessionChoisie)
maListeEnsembleSessions
- identSessionChoisie
- ReponseEvaluation
public static List<ReponseEvaluation> calculMaxEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions)
maListeEnsembleSessions
- ReponseEvaluation
public static List<ReponseEvaluation> calculMaxEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions, Double identSessionChoisie)
maListeEnsembleSessions
- identSessionChoisie
- ReponseEvaluation
public static List<ReponseEvaluation> calculMoyEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions)
maListeEnsembleSessions
- ReponseEvaluation
public static List<ReponseEvaluation> calculMoyEnsembleSession(List<ReponseEvaluation> maListeEnsembleSessions, Double identSessionChoisie)
maListeEnsembleSessions
- identSessionChoisie
- ReponseEvaluation
public void setIdentSession(Double numSession)
public Double getIdentSession()
public void setNbFormateursTotal(int nbIntervenantTotal)
public int getNbFormateursTotal()
public void setNbFormateursSelectionne(int nbIntervenantsSelectionne)
public int getNbFormateursSelectionne()
public void setNbStagiairesTotal(int nbStagiairesTotal)
public int getNbStagiairesTotal()
public void setNbStagiairesSelectionne(int nbStagiairesSelectionne)
public int getNbStagiairesSelectionne()
public void setDateDebutSession(Date dateDebut)
public Date getDateDebutSession()
public void setDateFinSession(Date dateFin)
public Date getDateFinSession()
public void setTitreSession(String titreSession)
public String getTitreSession()
public void setNomResponsableSession(String nomResponsableSession)
public String getNomResponsableSession()
public void setPrenomResponsableSession(String prenomResponsableSession)
public String getPrenomResponsableSession()
public void setNomParticipant(String nomParticipant)
public String getNomParticipant()
public void setPrenomParticipant(String prenomParticipant)
public String getPrenomParticipant()
public void setTypeQuestionnaire(Double statusParticipant)
public Double getTypeQuestionnaireStagiaire()
public void setIdentParticipant(Double identPersonne)
public Double getIdentParticipant()
public void setDateDebutPeriode(Date dateDebutPeriode)
public Date getDateDebutPeriode()
public void setDateFinPeriode(Date dateFinPeriode)
public Date getDateFinPeriode()
public void setPrenomIntervenant(String prenomIntervenant)
public String getPrenomIntervenant()
public void setIdentTheme(Double identTheme)
public Double getIdentTheme()
public void setIdentUniteIntervention(Double identUniteIntervention)
public Double getIdentUniteIntervention()
public void setIdentIntervenant(Double identIntervenant)
public Double getIdentIntervenant()
public void setMoyenneGeneraleSession(Double moyenneGeneraleSession)
public Double getMoyenneGeneraleSession()
public void setMoyenneSessions(Double moyenneSessions)
public Double getMoyenneSessions()
public void setMoyenneNoteParQuestionEnsembleSessions(Double moyenneNoteEnsembleSessions)
public Double getMoyenneNoteParQuestionEnsembleSessions()
public void setPoidsMaxQuestion(Double poidsMax)
public Double getPoidsMaxQuestion()
public void setNumeroOrdrePoids(Double numeroOrdrePoids)
public Double getNumeroOrdrePoids()
public void setMoyenneGeneralePeriode(Double moyenneGeneralePeriode)
public Double getMoyenneGeneralePeriode()
public void setDateDebutSeance(Date dateDebutSeance)
public Date getDateDebutSeance()
public void setMonoPeriode(Boolean monoPeriode)
public Boolean getMonoPeriode()
public String getTypeSession()
public void setTypeSession(String typeSession)
typeSession
- the typeSession to setpublic String getClientSession()
public void setClientSession(String clientSession)
clientSession
- the clientSession to setpublic String getDivSession()
public void setDivSession(String divSession)
divSession
- the divSession to setpublic String getLangue()
public void setLangue(String langue)
langue
- the langue to setpublic Double getNbPeriodesEval()
public void setNbPeriodesEval(Double nbPeriodesEval)
nbPeriodesEval
- the nbPeriodesEval to setpublic String getDescriptionPopulation()
public void setDescriptionPopulation(String descriptionPopulation)
descriptionPopulation
- the descriptionPopulation to setpublic Double getNumOrdreQuestDansTheme()
public void setNumOrdreQuestDansTheme(Double numOrdreQuestDansTheme)
numOrdreQuestDansTheme
- the numOrdreQuestDansTheme to setpublic Double getSommePoidsPeriode()
public void setSommePoidsPeriode(Double sommePoidsPeriode)
public Double getSommePoidsMaxPeriode()
public void setSommePoidsMaxPeriode(Double sommePoidsMaxPeriode)
public Double getNbNotesPeriode()
public void setNbNotesPeriode(Double nbNotesPeriode)
public Double getPoidsMaxQuestionPondere()
public void setPoidsMaxQuestionPondere(Double poidsMaxQuestionPondere)
public Double getPoidsPondere()
public void setPoidsPondere(Double poidsPondere)
public Double getIdentParticipantSiSelectionne()
public void setIdentParticipantSiSelectionne(Double identParticipantSiSelectionne)
public Double getSommePoidsParticipant()
public void setSommePoidsParticipant(Double sommePoidsParticipant)
public Double getSommePoidsMaxParticipant()
public void setSommePoidsMaxParticipant(Double sommePoidsMaxParticipant)
public String getLibellePeriode()
public void setLibellePeriode(String libellePeriode)
public Integer getNbReponsesPourCetteQuestion()
public void setNbReponsesPourCetteQuestion(Integer nbReponsesPossiblesPourCetteQuestion)
Copyright © 2016. All rights reserved.