public class AffectationSalleASession extends Object implements Serializable
Constructor and Description |
---|
AffectationSalleASession() |
AffectationSalleASession(Double identAffectation,
Double identSession,
Double identModule,
Double identSeance,
Double identSalle,
String libelleSalle,
Double capacite,
Date dateDebut,
Date dateFin,
String observation,
String etatSession) |
AffectationSalleASession(FcAffectationSalle affectationSalle) |
Modifier and Type | Method and Description |
---|---|
Double |
getCapacite() |
Date |
getDateDebut() |
Date |
getDateFin() |
String |
getEtatSession() |
Double |
getIdentAffectation() |
Double |
getIdentModule() |
Double |
getIdentSalle() |
Double |
getIdentSeance() |
Double |
getIdentSession() |
String |
getLibelleSalle() |
FcModule |
getModule() |
Double |
getNbInscrit() |
String |
getObservation() |
FcSeance |
getSeance() |
FcSession |
getSession() |
void |
setCapacite(Double capacite) |
void |
setDateDebut(Date dateDebut) |
void |
setDateFin(Date dateFin) |
void |
setEtatSession(String etatSession) |
void |
setIdentAffectation(Double identAffectation) |
void |
setIdentModule(Double identModule) |
void |
setIdentSalle(Double identSalle) |
void |
setIdentSeance(Double identSeance) |
void |
setIdentSession(Double identSession) |
void |
setLibelleSalle(String libelleSalle) |
void |
setModule(FcModule module) |
void |
setNbInscrit(Double nbInscrit) |
void |
setObservation(String observation) |
void |
setSeance(FcSeance seance) |
void |
setSession(FcSession session) |
public AffectationSalleASession()
public AffectationSalleASession(Double identAffectation, Double identSession, Double identModule, Double identSeance, Double identSalle, String libelleSalle, Double capacite, Date dateDebut, Date dateFin, String observation, String etatSession)
public AffectationSalleASession(FcAffectationSalle affectationSalle)
public Double getIdentAffectation()
public void setIdentAffectation(Double identAffectation)
public Double getIdentSalle()
public void setIdentSalle(Double identSalle)
public String getLibelleSalle()
public void setLibelleSalle(String libelleSalle)
public Double getCapacite()
public void setCapacite(Double capacite)
public Date getDateDebut()
public void setDateDebut(Date dateDebut)
public Date getDateFin()
public void setDateFin(Date dateFin)
public String getObservation()
public void setObservation(String observation)
public Double getNbInscrit()
public void setNbInscrit(Double nbInscrit)
public String getEtatSession()
public void setEtatSession(String etatSession)
public FcModule getModule()
public void setModule(FcModule module)
public FcSeance getSeance()
public void setSeance(FcSeance seance)
public FcSession getSession()
public void setSession(FcSession session)
public Double getIdentSession()
public void setIdentSession(Double identSession)
public Double getIdentModule()
public void setIdentModule(Double identModule)
public Double getIdentSeance()
public void setIdentSeance(Double identSeance)
Copyright © 2016. All rights reserved.