public class UnitePourPlanning extends Object implements Serializable, ISearchResult
| Constructor and Description | 
|---|
UnitePourPlanning()  | 
UnitePourPlanning(Double identSeance,
                 String nomSeance,
                 Date debutSeance,
                 Date finSeance,
                 Double dureeSeance,
                 Double nbUnite,
                 Double identModule,
                 String nomModule,
                 Double identSession,
                 String codeSession)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCodeSession()  | 
Date | 
getDebutSeance()  | 
Double | 
getDureeSeance()  | 
Date | 
getFinSeance()  | 
Double | 
getIdentModule()  | 
Double | 
getIdentSeance()  | 
Double | 
getIdentSession()  | 
List<ResaIntervenantLieASeance> | 
getListeIntervenant()  | 
List<FcSalle> | 
getListeSalle()  | 
Double | 
getNbUnite()  | 
String | 
getNomModule()  | 
String | 
getNomSeance()  | 
String | 
getResultIdent()  | 
static long | 
getSerialVersionUID()  | 
void | 
setCodeSession(String codeSession)  | 
void | 
setDebutSeance(Date debutSeance)  | 
void | 
setDureeSeance(Double dureeSeance)  | 
void | 
setFinSeance(Date finSeance)  | 
void | 
setIdentModule(Double identModule)  | 
void | 
setIdentSeance(Double identSeance)  | 
void | 
setIdentSession(Double identSession)  | 
void | 
setListeIntervenant(List<ResaIntervenantLieASeance> listeIntervenant)  | 
void | 
setListeSalle(List<FcSalle> listeSalle)  | 
void | 
setNbUnite(Double nbUnite)  | 
void | 
setNomModule(String nomModule)  | 
void | 
setNomSeance(String nomSeance)  | 
public UnitePourPlanning()
public UnitePourPlanning(Double identSeance, String nomSeance, Date debutSeance, Date finSeance, Double dureeSeance, Double nbUnite, Double identModule, String nomModule, Double identSession, String codeSession)
identSeance - nomSeance - debutSeance - finSeance - dureeSeance - nbUnite - identModule - nomModule - identSession - codeSession - public static long getSerialVersionUID()
public Double getIdentSeance()
public void setIdentSeance(Double identSeance)
identSeance - the identSeance to setpublic String getNomSeance()
public void setNomSeance(String nomSeance)
nomSeance - the nomSeance to setpublic Date getDebutSeance()
public void setDebutSeance(Date debutSeance)
debutSeance - the debutSeance to setpublic Date getFinSeance()
public void setFinSeance(Date finSeance)
finSeance - the finSeance to setpublic Double getDureeSeance()
public void setDureeSeance(Double dureeSeance)
dureeSeance - the dureeSeance to setpublic Double getNbUnite()
public void setNbUnite(Double nbUnite)
nbUnite - the nbUnite to setpublic Double getIdentModule()
public void setIdentModule(Double identModule)
identModule - the identModule to setpublic String getNomModule()
public void setNomModule(String nomModule)
nomModule - the nomModule to setpublic Double getIdentSession()
public void setIdentSession(Double identSession)
identSession - the identSession to setpublic String getCodeSession()
public void setCodeSession(String codeSession)
codeSession - the codeSession to setpublic List<ResaIntervenantLieASeance> getListeIntervenant()
public void setListeIntervenant(List<ResaIntervenantLieASeance> listeIntervenant)
listeIntervenant - the listeIntervenant to setpublic void setListeSalle(List<FcSalle> listeSalle)
listeSalle - the listeSalle to setpublic String getResultIdent()
getResultIdent in interface ISearchResultCopyright © 2016. All rights reserved.