@Entity public class FcParticipant extends Object implements Serializable
Constructor and Description |
---|
FcParticipant() |
FcParticipant(TParstdParam parstdParam,
FPContact contact,
FcInscription inscription,
Double indConvoc,
String numConv,
String fonction,
Double indPresent,
String numCertificat,
Set<FcPresence> presences,
Set<FcModuleCa> moduleCas,
Set<FcAlerte> alertes,
Set<FcQuestionnaireRepondu> questionnairesRepondus) |
Modifier and Type | Method and Description |
---|---|
void |
addAllModuleCa(Collection<FcModuleCa> coll) |
void |
addAllPresence(Collection<FcPresence> coll) |
void |
addModuleCa(FcModuleCa o) |
void |
addPresence(FcPresence o) |
boolean |
equals(Object o) |
Set<FcAlerte> |
getAlertes() |
FPContact |
getContact() |
String |
getFonction() |
Double |
getIdent() |
Double |
getIndConvoc() |
Double |
getIndPresent() |
FcInscription |
getInscription() |
Set<FcModuleCa> |
getModuleCas() |
String |
getNumCertificat() |
String |
getNumConv() |
TParstdParam |
getParstdParam() |
Set<FcPresence> |
getPresences() |
Set<FcQuestionnaireRepondu> |
getQuestionnairesRepondus() |
void |
removeAllModuleCa() |
void |
removeAllPresence() |
void |
removeModuleCa(FcModuleCa o) |
void |
removePresence(FcPresence o) |
void |
setAlertes(Set<FcAlerte> alertes) |
void |
setContact(FPContact contact)
BDD : CONTACT
Pointeur sur F_P_CONTACT |
void |
setFonction(String fonction)
BDD : FONCTION
Fonction du stagiaire lors de son inscription |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setIndConvoc(Double indConvoc)
BDD : INDCONVOC
Indicateur stagiaire convoqué |
void |
setIndPresent(Double indPresent)
BDD : INDPRESENT
Indicateur present 1 / non present 0 |
void |
setInscription(FcInscription inscription)
BDD : INSCRIPTION
Pointeur sur FC_INSCRIPTION |
protected void |
setModuleCas(Set<FcModuleCa> moduleCas) |
void |
setNumCertificat(String numCertificat)
BDD : NUMCERTIFICAT
Numero de certificat automatique |
void |
setNumConv(String numConv)
BDD : NUMCONV
Numéro de convention du stagiaire |
void |
setParstdParam(TParstdParam parstdParam)
BDD : PARSTDPARAM
Pointeur sur Statut participant T_PARSTD_PARAM (TSTD.F_SPRT) |
protected void |
setPresences(Set<FcPresence> presences) |
void |
setQuestionnairesRepondus(Set<FcQuestionnaireRepondu> questionnairesRepondus) |
String |
toString() |
public FcParticipant()
public FcParticipant(TParstdParam parstdParam, FPContact contact, FcInscription inscription, Double indConvoc, String numConv, String fonction, Double indPresent, String numCertificat, Set<FcPresence> presences, Set<FcModuleCa> moduleCas, Set<FcAlerte> alertes, Set<FcQuestionnaireRepondu> questionnairesRepondus)
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public TParstdParam getParstdParam()
public void setParstdParam(TParstdParam parstdParam)
Pointeur
- sur Statut participant T_PARSTD_PARAM (TSTD.F_SPRT)public FPContact getContact()
public void setContact(FPContact contact)
Pointeur
- sur F_P_CONTACTpublic FcInscription getInscription()
public void setInscription(FcInscription inscription)
Pointeur
- sur FC_INSCRIPTIONpublic Double getIndConvoc()
public void setIndConvoc(Double indConvoc)
Indicateur
- stagiaire convoquépublic String getNumConv()
public void setNumConv(String numConv)
Numéro
- de convention du stagiairepublic String getFonction()
public void setFonction(String fonction)
Fonction
- du stagiaire lors de son inscriptionpublic Double getIndPresent()
public void setIndPresent(Double indPresent)
Indicateur
- present 1 / non present 0public String getNumCertificat()
public void setNumCertificat(String numCertificat)
Numero
- de certificat automatiquepublic Set<FcPresence> getPresences()
protected void setPresences(Set<FcPresence> presences)
public Set<FcModuleCa> getModuleCas()
protected void setModuleCas(Set<FcModuleCa> moduleCas)
public Set<FcQuestionnaireRepondu> getQuestionnairesRepondus()
public void setQuestionnairesRepondus(Set<FcQuestionnaireRepondu> questionnairesRepondus)
public void addPresence(FcPresence o)
public void addModuleCa(FcModuleCa o)
public void addAllPresence(Collection<FcPresence> coll)
public void addAllModuleCa(Collection<FcModuleCa> coll)
public void removePresence(FcPresence o)
public void removeModuleCa(FcModuleCa o)
public void removeAllPresence()
public void removeAllModuleCa()
Copyright © 2016. All rights reserved.