public class IbuChauffeur extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
camion1 |
protected String |
camion2 |
protected String |
camion3 |
protected String |
camion4 |
protected String |
camion5 |
protected String |
camion6 |
protected String |
code |
protected String |
nom |
protected String |
prenom |
protected String |
societe |
protected String |
transporteur |
protected String |
trigramme |
| Constructor and Description |
|---|
IbuChauffeur() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamion1() |
String |
getCamion2() |
String |
getCamion3() |
String |
getCamion4() |
String |
getCamion5() |
String |
getCamion6() |
String |
getCode() |
String |
getNom() |
String |
getPrenom() |
String |
getSociete() |
String |
getTransporteur() |
String |
getTrigramme() |
void |
setCamion1(String camion1) |
void |
setCamion2(String camion2) |
void |
setCamion3(String camion3) |
void |
setCamion4(String camion4) |
void |
setCamion5(String camion5) |
void |
setCamion6(String camion6) |
void |
setCode(String code) |
void |
setNom(String nom) |
void |
setPrenom(String prenom) |
void |
setSociete(String societe) |
void |
setTransporteur(String transporteur) |
void |
setTrigramme(String trigramme) |
String |
toString() |
protected String trigramme
protected String societe
protected String nom
protected String prenom
protected String code
protected String transporteur
protected String camion1
protected String camion2
protected String camion3
protected String camion4
protected String camion5
protected String camion6
public String getTrigramme()
public void setTrigramme(String trigramme)
public String getSociete()
public void setSociete(String societe)
public String getNom()
public void setNom(String nom)
public String getPrenom()
public void setPrenom(String prenom)
public String getCode()
public void setCode(String code)
public String getCamion1()
public void setCamion1(String camion1)
public String getCamion2()
public void setCamion2(String camion2)
public String getCamion3()
public void setCamion3(String camion3)
public String getCamion4()
public void setCamion4(String camion4)
public String getCamion5()
public void setCamion5(String camion5)
public String getCamion6()
public void setCamion6(String camion6)
public String getTransporteur()
public void setTransporteur(String transporteur)
Copyright © 2008-2013 Cybelia. All Rights Reserved.