public class PeriodeEvaluationInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Double |
ident |
protected Double |
identSeance |
protected Double |
identSession |
protected Set<Double> |
identsIntervenants |
protected IntervalleDate |
intervalle |
protected Double |
nbHeuresUI |
protected Double |
nbPresents |
protected Double |
nbQuestions |
Constructor and Description |
---|
PeriodeEvaluationInfo() |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
Double |
getIdentSeance() |
Double |
getIdentSession() |
Set<Double> |
getIdentsIntervenants() |
IntervalleDate |
getIntervalle() |
Double |
getNbHeuresUI() |
Double |
getNbPresents() |
Double |
getNbQuestions() |
void |
setIdent(Double ident) |
void |
setIdentSeance(Double identSeance) |
void |
setIdentSession(Double identSession) |
void |
setIdentsIntervenants(Set<Double> identsIntervenants) |
void |
setIntervalle(IntervalleDate intervalle) |
void |
setNbHeuresUI(Double nbHeuresUI) |
void |
setNbPresents(Double nbPresents) |
void |
setNbQuestions(Double nbQuestions) |
protected Double ident
protected Double identSession
protected Double identSeance
protected IntervalleDate intervalle
protected Double nbPresents
protected Double nbQuestions
protected Double nbHeuresUI
public Double getIdent()
public void setIdent(Double ident)
public Double getIdentSession()
public void setIdentSession(Double identSession)
public IntervalleDate getIntervalle()
public void setIntervalle(IntervalleDate intervalle)
public Double getNbPresents()
public void setNbPresents(Double nbPresents)
public Double getNbQuestions()
public void setNbQuestions(Double nbQuestions)
public Double getNbHeuresUI()
public void setNbHeuresUI(Double nbHeuresUI)
public Double getIdentSeance()
public void setIdentSeance(Double identSeance)
Copyright © 2016. All rights reserved.