public class ParticipantIntervenantRepondu extends Object implements Serializable
Constructor and Description |
---|
ParticipantIntervenantRepondu() |
Modifier and Type | Method and Description |
---|---|
String |
getCodeClient() |
String |
getEmail() |
String |
getNomClient() |
String |
getNomPrenom() |
Double |
getRepondu() |
void |
setCodeClient(String codeClient) |
void |
setEmail(String email) |
void |
setNomClient(String nomClient) |
void |
setNomPrenom(String nomPrenom) |
void |
setRepondu(Double repondu) |
public String getNomPrenom()
public void setNomPrenom(String nomPrenom)
public Double getRepondu()
public void setRepondu(Double repondu)
public String getCodeClient()
public void setCodeClient(String codeClient)
public String getNomClient()
public void setNomClient(String nomClient)
public String getEmail()
public void setEmail(String email)
Copyright © 2016. All rights reserved.