public class FcUserDetails extends Object implements Serializable
Constructor and Description |
---|
FcUserDetails() |
FcUserDetails(Double identIntervenant,
Double identParticipant,
Double identSession,
String prenom,
String nom,
String titreFormation,
Double identSociete,
String codeSociete,
String nomRespSession,
String prenomRespSession,
String locale) |
Modifier and Type | Method and Description |
---|---|
String |
getCodeSociete() |
Double |
getIdentIntervenant() |
Double |
getIdentParticipant() |
Double |
getIdentPeriode() |
Double |
getIdentSession() |
Double |
getIdentSociete() |
String |
getLocale() |
String |
getNom() |
String |
getNomRespSession() |
String |
getPrenom() |
String |
getPrenomRespSession() |
String |
getTitreFormation() |
void |
setCodeSociete(String codeSociete) |
void |
setIdentIntervenant(Double identIntervenant) |
void |
setIdentParticipant(Double identParticipant) |
void |
setIdentPeriode(Double identPeriode) |
void |
setIdentSession(Double identSession) |
void |
setIdentSociete(Double identSociete) |
void |
setLocale(String locale) |
void |
setNom(String nom) |
void |
setNomRespSession(String nomRespSession) |
void |
setPrenom(String prenom) |
void |
setPrenomRespSession(String prenomRespSession) |
void |
setTitreFormation(String titreFormation) |
public String getPrenom()
public void setPrenom(String prenom)
public String getNom()
public void setNom(String nom)
public String getTitreFormation()
public void setTitreFormation(String titreFormation)
public String getCodeSociete()
public void setCodeSociete(String codeSociete)
public Double getIdentIntervenant()
public void setIdentIntervenant(Double identIntervenant)
public Double getIdentParticipant()
public void setIdentParticipant(Double identParticipant)
public Double getIdentSession()
public void setIdentSession(Double identSession)
public Double getIdentSociete()
public void setIdentSociete(Double identSociete)
public String getNomRespSession()
public void setNomRespSession(String nomRespSession)
public String getPrenomRespSession()
public void setPrenomRespSession(String prenomRespSession)
public String getLocale()
public void setLocale(String locale)
public void setIdentPeriode(Double identPeriode)
public Double getIdentPeriode()
Copyright © 2016. All rights reserved.