public class ContactHierarchieTreeNode extends Object implements Serializable
Constructor and Description |
---|
ContactHierarchieTreeNode() |
ContactHierarchieTreeNode(Double identContact,
Double numOrdre,
String civilite,
String nom,
String prenom,
String fonction,
List<ContactHierarchieTreeNode> contactPere,
Double identSite) |
Modifier and Type | Method and Description |
---|---|
String |
getCivilite() |
List<ContactHierarchieTreeNode> |
getContactPere() |
String |
getFonction() |
Double |
getIdentContact() |
Double |
getIdentSite() |
Double |
getIndContactCourant() |
String |
getNom() |
Double |
getNumOrdre() |
String |
getPrenom() |
void |
setCivilite(String civilite) |
void |
setContactPere(List<ContactHierarchieTreeNode> contactPere) |
void |
setFonction(String fonction) |
void |
setIdentContact(Double identContact) |
void |
setIdentSite(Double identSite) |
void |
setIndContactCourant(Double indContactCourant) |
void |
setNom(String nom) |
void |
setNumOrdre(Double numOrdre) |
void |
setPrenom(String prenom) |
public Double getIdentContact()
public void setIdentContact(Double identContact)
public Double getNumOrdre()
public void setNumOrdre(Double numOrdre)
public String getCivilite()
public void setCivilite(String civilite)
public String getNom()
public void setNom(String nom)
public String getPrenom()
public void setPrenom(String prenom)
public String getFonction()
public void setFonction(String fonction)
public List<ContactHierarchieTreeNode> getContactPere()
public void setContactPere(List<ContactHierarchieTreeNode> contactPere)
public Double getIndContactCourant()
public void setIndContactCourant(Double indContactCourant)
public Double getIdentSite()
public void setIdentSite(Double identSite)
Copyright © 2016. All rights reserved.