public class ContactDetail extends Object
Constructor and Description |
---|
ContactDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
Double |
getIdentContact() |
String |
getNom() |
String |
getPrenom() |
String |
getTelephone() |
String |
getTelephoneMobile() |
void |
setEmail(String email) |
void |
setIdentContact(Double identContact) |
void |
setNom(String nom) |
void |
setPrenom(String prenom) |
void |
setTelephone(String telephone) |
void |
setTelephoneMobile(String telephoneMobile) |
public Double getIdentContact()
public void setIdentContact(Double identContact)
public String getNom()
public void setNom(String nom)
public String getPrenom()
public void setPrenom(String prenom)
public String getTelephone()
public void setTelephone(String telephone)
public String getTelephoneMobile()
public void setTelephoneMobile(String telephoneMobile)
public String getEmail()
public void setEmail(String email)
Copyright © 2016. All rights reserved.