Page 1015 - IT2
P. 1015
String Etat ;//(Réalisé, En cours, Non réalisé)
Double Montant_facture;
//constructeur
public RendezVous(Cliente cl, int jour, int mois, int annee,
String natureActe, Personnel p, String durée_estimee, String etat,
Double montant_facture) {
super();
this.cl = cl;
this.date=new SimpleDateFormat();
this.natureActe = natureActe;
this.p = p;
this.durée_estimee = durée_estimee;
Etat = etat;
Montant_facture = montant_facture;
}
//Sélécteurs et modificateurs
public Cliente getCl() {
return cl;
}
public void setCl(Cliente cl) {
this.cl = cl;
}
public SimpleDateFormat getDate() {
return date;
}
public void setDate(SimpleDateFormat date) {
this.date = date;
}
public String getNatureActe() {
return natureActe;
}
public void setNatureActe(String natureActe) {
this.natureActe = natureActe;
}
public Personnel getP() {
return p;
}
public void setP(Personnel p) {
this.p = p;
}
public String getDurée_estimee() {
return durée_estimee;
}
public void setDurée_estimee(String durée_estimee) {
this.durée_estimee = durée_estimee;
}
Filière Epreuve Session 9/12
TDM Synthèse V2(Correction) Juillet 2014
www.itlearning-settat.com
Email: admission@itlearning-settat.com
Tél.:0661077812

