public interface ITempsPlanning extends Serializable
Modifier and Type | Method and Description |
---|---|
FAffaires |
getAffaires() |
String |
getCodeClient() |
String |
getCommentaire() |
Date |
getDateFiche() |
Double |
getDuree() |
Date |
getHeureDebut() |
Date |
getHeureFin() |
String |
getLot_1() |
FLot |
getLot() |
FPlTache |
getPlTache() |
FSslot |
getSslot() |
Double |
getTemps() |
void |
setAffaires(FAffaires affaires) |
void |
setClient(FPClient client) |
void |
setCodeClient(String codeClient) |
void |
setCodeCollab(String codeCollab) |
void |
setCommentaire(String commentaire) |
void |
setDuree(Double duree) |
void |
setLot_1(String lot) |
void |
setLot(FLot lot) |
void |
setSslot(FSslot sslot) |
void |
setTemps(Double temps) |
String getLot_1()
FLot getLot()
FSslot getSslot()
FAffaires getAffaires()
Date getDateFiche()
void setLot(FLot lot)
void setSslot(FSslot sslot)
Double getDuree()
Double getTemps()
Date getHeureDebut()
Date getHeureFin()
void setDuree(Double duree)
void setTemps(Double temps)
String getCommentaire()
void setCommentaire(String commentaire)
void setCodeClient(String codeClient)
String getCodeClient()
void setLot_1(String lot)
void setCodeCollab(String codeCollab)
void setAffaires(FAffaires affaires)
void setClient(FPClient client)
FPlTache getPlTache()
Copyright © 2016. All rights reserved.