@Entity public class FcModule extends Object implements Serializable, HasAffaireLotSousLot
Constructor and Description |
---|
FcModule() |
Modifier and Type | Method and Description |
---|---|
void |
addAllCoutIntervention(Collection<FcCoutIntervention> coll) |
void |
addAllHoraire(Collection<FcHoraire> coll) |
void |
addAllModuleCa(Collection<FcModuleCa> coll) |
void |
addAllPresence(Collection<FcPresence> coll) |
void |
addAllSeance(Collection<FcSeance> coll) |
void |
addCoutIntervention(FcCoutIntervention o) |
void |
addHoraire(FcHoraire o) |
void |
addModuleCa(FcModuleCa o) |
void |
addPresence(FcPresence o) |
void |
addSeance(FcSeance o) |
boolean |
equals(Object o) |
FAffaires |
getAffaires() |
FAffaires |
getAffairesByFcmdAffaireCharge() |
FAffaires |
getAffairesByFcmdAffaireReal() |
FPCollaborateur |
getCollaborateur() |
String |
getCommentaire() |
Set<FcCoutIntervention> |
getCoutInterventions() |
Date |
getDateDeb() |
Date |
getDateFin() |
TPEtablissement |
getEtablissement() |
Set<FcHoraire> |
getHoraires() |
Double |
getIdent() |
Double |
getIndExclureBpf() |
Double |
getIndValid() |
FcJourneeModele |
getJourneeModele() |
String |
getLibelle() |
FcLieuFormation |
getLieuFormation() |
String |
getLieuReal() |
FLot |
getLot() |
FLot |
getLotByFcmdLtCharge() |
FLot |
getLotByFcmdLtReal() |
Set<FcModuleCa> |
getModuleCas() |
Double |
getNbHeure() |
Double |
getNbJour() |
String |
getNomAppel() |
String |
getNumero() |
FPlTache |
getPlTache() |
Set<FcPresence> |
getPresences() |
FcSalle |
getSalle() |
Set<FcSeance> |
getSeances() |
FcSession |
getSession() |
TPSociete |
getSociete() |
FSslot |
getSslot() |
FSslot |
getSslotByFcmdSlCharge() |
FSslot |
getSslotByFcmdSlReal() |
Set<FcTarifModule> |
getTarifModules() |
TPUtilisateur |
getUtilisateur() |
void |
removeAllCoutIntervention() |
void |
removeAllHoraire() |
void |
removeAllModuleCa() |
void |
removeAllPresence() |
void |
removeAllSeance() |
void |
removeCoutIntervention(FcCoutIntervention o) |
void |
removeHoraire(FcHoraire o) |
void |
removeModuleCa(FcModuleCa o) |
void |
removePresence(FcPresence o) |
void |
removeSeance(FcSeance o) |
void |
setAffairesByFcmdAffaireCharge(FAffaires affairesByFcmdAffaireCharge)
BDD : AFFAIRESBYFCMDAFFAIRECHARGE
Pointeur sur F_AFFAIRES |
void |
setAffairesByFcmdAffaireReal(FAffaires affairesByFcmdAffaireReal)
BDD : AFFAIRESBYFCMDAFFAIREREAL
Pointeur sur F_AFFAIRES |
void |
setCollaborateur(FPCollaborateur collaborateur)
BDD : COLLABORATEUR
Identifaiant du Collaborateur résponsable du module |
void |
setCommentaire(String commentaire)
BDD : COMMENTAIRE
Commentaire sur le module |
protected void |
setCoutInterventions(Set<FcCoutIntervention> coutInterventions) |
void |
setDateDeb(Date dateDeb)
BDD : DATEDEB
Date de début de réalisation du module |
void |
setDateFin(Date dateFin)
BDD : DATEFIN
Date de fin de réalisation du module |
void |
setEtablissement(TPEtablissement etablissement)
BDD : ETABLISSEMENT
Ident établissement réalisation |
protected void |
setHoraires(Set<FcHoraire> horaires) |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setIndExclureBpf(Double indExclureBpf) |
void |
setIndValid(Double indValid)
BDD : INDVALID
Indique si le module est valide, pas de probleme avec les séances |
void |
setJourneeModele(FcJourneeModele journeeModele)
BDD : JOURNEEMODELE
Pointeur sur la journee modele |
void |
setLieuFormation(FcLieuFormation lieuFormation)
BDD : LIEUFORMATION
Pointeur sur l'ident de la table FC_LIEU_FORMATION |
void |
setLieuReal(String lieuReal)
BDD : LIEUREAL
Lieu de réalisation du module(saisie libre) |
void |
setLotByFcmdLtCharge(FLot lotByFcmdLtCharge)
BDD : LOTBYFCMDLTCHARGE
Pointeur sur F_LOT |
void |
setLotByFcmdLtReal(FLot lotByFcmdLtReal)
BDD : LOTBYFCMDLTREAL
Pointeur sur F_LOT |
protected void |
setModuleCas(Set<FcModuleCa> moduleCas) |
void |
setNbHeure(Double nbHeure)
BDD : NBHEURE
Nombre d'heures de réalisation du module |
void |
setNbJour(Double nbJour)
BDD : NBJOUR
Nombre de jours de réalisation du module |
void |
setNomAppel(String nomAppel)
BDD : NOMAPPEL
Nom d'appel du module |
void |
setPlTache(FPlTache plTache) |
protected void |
setPresences(Set<FcPresence> presences) |
void |
setSalle(FcSalle salle)
BDD : SALLE
Pointeur sur la salle principale |
protected void |
setSeances(Set<FcSeance> seances) |
void |
setSession(FcSession session)
BDD : SESSION
Pointeur sur FC_SESSION |
void |
setSociete(TPSociete societe)
BDD : SOCIETE
Ident société réalisation |
void |
setSslotByFcmdSlCharge(FSslot sslotByFcmdSlCharge)
BDD : SSLOTBYFCMDSLCHARGE
Pointeur sur F_SSLOT |
void |
setSslotByFcmdSlReal(FSslot sslotByFcmdSlReal)
BDD : SSLOTBYFCMDSLREAL
Pointeur sur F_SSLOT |
void |
setTarifModules(Set<FcTarifModule> tarifModules) |
void |
setUtilisateur(TPUtilisateur utilisateur)
BDD : UTILISATEUR
Identifaiant de l'utilsateur créateur du module |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public FAffaires getAffairesByFcmdAffaireCharge()
public void setAffairesByFcmdAffaireCharge(FAffaires affairesByFcmdAffaireCharge)
Pointeur
- sur F_AFFAIRESpublic FLot getLotByFcmdLtCharge()
public void setLotByFcmdLtCharge(FLot lotByFcmdLtCharge)
Pointeur
- sur F_LOTpublic FPCollaborateur getCollaborateur()
public void setCollaborateur(FPCollaborateur collaborateur)
Identifaiant
- du Collaborateur résponsable du modulepublic FSslot getSslotByFcmdSlReal()
public void setSslotByFcmdSlReal(FSslot sslotByFcmdSlReal)
Pointeur
- sur F_SSLOTpublic FLot getLotByFcmdLtReal()
public void setLotByFcmdLtReal(FLot lotByFcmdLtReal)
Pointeur
- sur F_LOTpublic TPEtablissement getEtablissement()
public void setEtablissement(TPEtablissement etablissement)
Ident
- établissement réalisationpublic TPUtilisateur getUtilisateur()
public void setUtilisateur(TPUtilisateur utilisateur)
Identifaiant
- de l'utilsateur créateur du modulepublic FcJourneeModele getJourneeModele()
public void setJourneeModele(FcJourneeModele journeeModele)
Pointeur
- sur la journee modelepublic FcSalle getSalle()
public void setSalle(FcSalle salle)
Pointeur
- sur la salle principalepublic FcSession getSession()
public void setSession(FcSession session)
Pointeur
- sur FC_SESSIONpublic FAffaires getAffairesByFcmdAffaireReal()
public void setAffairesByFcmdAffaireReal(FAffaires affairesByFcmdAffaireReal)
Pointeur
- sur F_AFFAIRESpublic FSslot getSslotByFcmdSlCharge()
public void setSslotByFcmdSlCharge(FSslot sslotByFcmdSlCharge)
Pointeur
- sur F_SSLOTpublic FcLieuFormation getLieuFormation()
public void setLieuFormation(FcLieuFormation lieuFormation)
Pointeur
- sur l'ident de la table FC_LIEU_FORMATIONpublic TPSociete getSociete()
public void setSociete(TPSociete societe)
Ident
- société réalisationpublic String getNomAppel()
public void setNomAppel(String nomAppel)
Nom
- d'appel du modulepublic Date getDateDeb()
public void setDateDeb(Date dateDeb)
Date
- de début de réalisation du modulepublic Date getDateFin()
public void setDateFin(Date dateFin)
Date
- de fin de réalisation du modulepublic String getLieuReal()
public void setLieuReal(String lieuReal)
Lieu
- de réalisation du module(saisie libre)public Double getNbJour()
public void setNbJour(Double nbJour)
Nombre
- de jours de réalisation du modulepublic Double getNbHeure()
public void setNbHeure(Double nbHeure)
Nombre
- d'heures de réalisation du modulepublic Double getIndValid()
public void setIndValid(Double indValid)
Indique
- si le module est valide, pas de probleme avec les séancespublic String getCommentaire()
public void setCommentaire(String commentaire)
Commentaire
- sur le modulepublic Set<FcPresence> getPresences()
protected void setPresences(Set<FcPresence> presences)
public Set<FcModuleCa> getModuleCas()
protected void setModuleCas(Set<FcModuleCa> moduleCas)
public Set<FcCoutIntervention> getCoutInterventions()
protected void setCoutInterventions(Set<FcCoutIntervention> coutInterventions)
public void addPresence(FcPresence o)
public void addModuleCa(FcModuleCa o)
public void addSeance(FcSeance o)
public void addCoutIntervention(FcCoutIntervention o)
public void addHoraire(FcHoraire o)
public void addAllPresence(Collection<FcPresence> coll)
public void addAllModuleCa(Collection<FcModuleCa> coll)
public void addAllSeance(Collection<FcSeance> coll)
public void addAllCoutIntervention(Collection<FcCoutIntervention> coll)
public void addAllHoraire(Collection<FcHoraire> coll)
public void removePresence(FcPresence o)
public void removeModuleCa(FcModuleCa o)
public void removeSeance(FcSeance o)
public void removeCoutIntervention(FcCoutIntervention o)
public void removeHoraire(FcHoraire o)
public void removeAllPresence()
public void removeAllModuleCa()
public void removeAllSeance()
public void removeAllCoutIntervention()
public void removeAllHoraire()
public Set<FcTarifModule> getTarifModules()
public void setTarifModules(Set<FcTarifModule> tarifModules)
public FPlTache getPlTache()
public void setPlTache(FPlTache plTache)
public Double getIndExclureBpf()
public void setIndExclureBpf(Double indExclureBpf)
public FAffaires getAffaires()
getAffaires
in interface HasAffaireLotSousLot
public FLot getLot()
getLot
in interface HasAffaireLotSousLot
public FSslot getSslot()
getSslot
in interface HasAffaireLotSousLot
public String getLibelle()
getLibelle
in interface HasAffaireLotSousLot
public String getNumero()
getNumero
in interface HasAffaireLotSousLot
Copyright © 2016. All rights reserved.