public class SeanceEvaluation extends Object implements Serializable
Constructor and Description |
---|
SeanceEvaluation(Double ident,
Double identSession,
Date debut,
Date fin,
Double duree) |
Modifier and Type | Method and Description |
---|---|
Double |
getDuree() |
Double |
getIdent() |
Double |
getIdentSession() |
IntervalleDate |
getIntervalle() |
void |
setDuree(Double duree) |
void |
setIdent(Double ident) |
void |
setIdentSession(Double identSession) |
void |
setIntervalle(IntervalleDate intervalle) |
public Double getIdent()
public void setIdent(Double ident)
public Double getIdentSession()
public void setIdentSession(Double identSession)
public Double getDuree()
public void setDuree(Double duree)
public IntervalleDate getIntervalle()
public void setIntervalle(IntervalleDate intervalle)
Copyright © 2016. All rights reserved.