public class MembreGroupe extends Object implements Serializable
Constructor and Description |
---|
MembreGroupe() |
MembreGroupe(Double idMembre,
Double idCollab,
Double idContact,
GMAOTypeMembre type,
String code,
String nom,
String prenom,
String telephone,
String telMobile,
String fax,
String email) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Date |
getDtArriveeCollab() |
Date |
getDtDepartCollab() |
String |
getEmail() |
String |
getFax() |
Double |
getIdCollab() |
Double |
getIdContact() |
Double |
getIdContactScli() |
Double |
getIdContactSfou() |
Double |
getIdMembre() |
String |
getNom() |
String |
getPrenom() |
String |
getTelephone() |
String |
getTelMobile() |
GMAOTypeMembre |
getType() |
void |
setCode(String code) |
void |
setDtArriveeCollab(Date dtArriveeCollab) |
void |
setDtDepartCollab(Date dtDepartCollab) |
void |
setEmail(String email) |
void |
setFax(String fax) |
void |
setIdCollab(Double idCollab) |
void |
setIdContact(Double idContact) |
void |
setIdContactScli(Double idContactClient) |
void |
setIdContactSfou(Double idContactFournisseur) |
void |
setIdMembre(Double idMembre) |
void |
setNom(String nom) |
void |
setPrenom(String prenom) |
void |
setTelephone(String telephone) |
void |
setTelMobile(String telMobile) |
void |
setType(GMAOTypeMembre type) |
public String getCode()
public void setCode(String code)
public String getEmail()
public void setEmail(String email)
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 GMAOTypeMembre getType()
public void setType(GMAOTypeMembre type)
public String getFax()
public void setFax(String fax)
public Double getIdCollab()
public void setIdCollab(Double idCollab)
public Double getIdContact()
public void setIdContact(Double idContact)
public Double getIdMembre()
public void setIdMembre(Double idMembre)
public String getTelMobile()
public void setTelMobile(String telMobile)
public Double getIdContactScli()
public void setIdContactScli(Double idContactClient)
public Double getIdContactSfou()
public void setIdContactSfou(Double idContactFournisseur)
public Date getDtArriveeCollab()
public void setDtArriveeCollab(Date dtArriveeCollab)
public Date getDtDepartCollab()
public void setDtDepartCollab(Date dtDepartCollab)
Copyright © 2016. All rights reserved.