@Entity public class FcAlerte extends Object implements Serializable
Constructor and Description |
---|
FcAlerte() |
FcAlerte(FcParticipant participant,
TPSociete societe,
FcPeriodeEvaluation periodeEvaluation,
FcIntervenant intervenant,
Double type,
Date dateAction,
Double niveauRelance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Date |
getDateAction() |
Double |
getIdent() |
FcIntervenant |
getIntervenant() |
Double |
getNiveauRelance() |
FcParticipant |
getParticipant() |
FcPeriodeEvaluation |
getPeriodeEvaluation() |
TPSociete |
getSociete() |
Double |
getType() |
void |
setDateAction(Date dateAction)
BDD : DATEACTION
date de dernière alerte |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setIntervenant(FcIntervenant intervenant)
BDD : INTERVENANT
Pointeur vers FC_INTERVENANT |
void |
setNiveauRelance(Double niveauRelance)
BDD : NIVEAURELANCE
niveau de relance |
void |
setParticipant(FcParticipant participant)
BDD : PARTICIPANT
Pointeur vers FC_PARTICIPANT |
void |
setPeriodeEvaluation(FcPeriodeEvaluation periodeEvaluation)
BDD : PERIODEEVALUATION
Pointeur vers FC_PERIODE_EVALUATION |
void |
setSociete(TPSociete societe)
BDD : SOCIETE
Identifiant de la société |
void |
setType(Double type)
BDD : TYPE
type d alerte : 1 : invitation, 2 : avertissement, 3: relance |
String |
toString() |
public FcAlerte()
public FcAlerte(FcParticipant participant, TPSociete societe, FcPeriodeEvaluation periodeEvaluation, FcIntervenant intervenant, Double type, Date dateAction, Double niveauRelance)
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public FcParticipant getParticipant()
public void setParticipant(FcParticipant participant)
Pointeur
- vers FC_PARTICIPANTpublic TPSociete getSociete()
public void setSociete(TPSociete societe)
Identifiant
- de la sociétépublic FcPeriodeEvaluation getPeriodeEvaluation()
public void setPeriodeEvaluation(FcPeriodeEvaluation periodeEvaluation)
Pointeur
- vers FC_PERIODE_EVALUATIONpublic FcIntervenant getIntervenant()
public void setIntervenant(FcIntervenant intervenant)
Pointeur
- vers FC_INTERVENANTpublic Double getType()
public void setType(Double type)
type
- d alerte : 1 : invitation, 2 : avertissement, 3: relancepublic Date getDateAction()
public void setDateAction(Date dateAction)
date
- de dernière alertepublic Double getNiveauRelance()
public void setNiveauRelance(Double niveauRelance)
niveau
- de relanceCopyright © 2016. All rights reserved.