@Entity public class FAffSstrait extends Object implements Serializable, HasAffaireLotSousLot
| Constructor and Description | 
|---|
FAffSstrait()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addLtSstrait(FLtSstrait o)  | 
boolean | 
equals(Object obj)  | 
FAffaires | 
getAffaires()  | 
FAffaires | 
getAffairesByAfstAfPilote()  | 
FAffaires | 
getAffairesByAfstAfSstrait()  | 
FPClient | 
getClient()  | 
FCommandecli | 
getCommandecli()  | 
String | 
getCommentaire()  | 
FPFournisseur | 
getFournisseur()  | 
Double | 
getIdent()  | 
Double | 
getIndCommande()  | 
Double | 
getIndType()  | 
String | 
getLibelle()  | 
FLot | 
getLot()  | 
Set<FLtSstrait> | 
getLtSstraits()  | 
FMarche | 
getMarche()  | 
String | 
getNumero()  | 
FPlTache | 
getPlTache()  | 
Double | 
getPrixunit()  | 
FProduitfini | 
getProduitfini()  | 
Double | 
getQte()  | 
FSslot | 
getSslot()  | 
String | 
getSujet()  | 
int | 
hashCode()  | 
void | 
removeAllLtSstraits()  | 
void | 
removeLtSstrait(FLtSstrait o)  | 
void | 
setAffairesByAfstAfPilote(FAffaires affairesByAfstAfPilote)
BDD : AFPILOTE 
Code affaire pilote  | 
void | 
setAffairesByAfstAfSstrait(FAffaires affairesByAfstAfSstrait)
BDD : AFSSTRAIT 
Code affaire prestataire  | 
void | 
setClient(FPClient client)
BDD : CLIENT 
Client affaire sous-traitance  | 
void | 
setCommandecli(FCommandecli commandecli)
BDD : AFST_CC_NUMERO 
Pointeur vers la commande générée  | 
void | 
setCommentaire(String commentaire)
BDD : COMMENTAIRE 
Commentaire  | 
void | 
setFournisseur(FPFournisseur fournisseur)
BDD : FOURNISSEUR 
Fournisseur affaire pilote  | 
void | 
setIdent(Double ident)
BDD : IDENT 
Ident  | 
void | 
setIndCommande(Double indCommande)
BDD : AFST_IND_COMMANDE 
Indicateur = 1 -> Commande client créée, 0 sinon  | 
void | 
setIndType(Double indType)
BDD : INDTYPE 
Type sous-traitance = 0 -> co-traitance; 1 -> interne; 2 -> groupe; 3 -> groupe rassemblée  | 
void | 
setLot(FLot lot)
BDD : AFST_LT_IDENT 
Pointeur vers le lot  | 
protected void | 
setLtSstraits(Set<FLtSstrait> ltSstraits)  | 
void | 
setMarche(FMarche marche)
BDD : MARCHE 
Pointeur vers le marche  | 
void | 
setPlTache(FPlTache plTache)
BDD : AFST_PLT_IDENT 
Pointeur vers la tâche  | 
void | 
setPrixunit(Double prixunit)
BDD : AFST_PRIXUNIT 
Prix unitaire  | 
void | 
setProduitfini(FProduitfini produitfini)
BDD : AFST_PRD_IDENT 
Pointeur vers le produit achete  | 
void | 
setQte(Double qte)
BDD : AFST_QTE 
Quantité  | 
void | 
setSslot(FSslot sslot)
BDD : AFST_SL_IDENT 
Pointeur vers le sous-lot  | 
void | 
setSujet(String sujet)
BDD : AFST_SUJET 
Sujet  | 
String | 
toString()  | 
public Double getIdent()
public void setIdent(Double ident)
Ident - public FAffaires getAffairesByAfstAfPilote()
public void setAffairesByAfstAfPilote(FAffaires affairesByAfstAfPilote)
Code - affaire pilotepublic FAffaires getAffairesByAfstAfSstrait()
public void setAffairesByAfstAfSstrait(FAffaires affairesByAfstAfSstrait)
Code - affaire prestatairepublic FPClient getClient()
public void setClient(FPClient client)
Client - affaire sous-traitancepublic FPFournisseur getFournisseur()
public void setFournisseur(FPFournisseur fournisseur)
Fournisseur - affaire pilotepublic FMarche getMarche()
public void setMarche(FMarche marche)
Pointeur - vers le marchepublic FProduitfini getProduitfini()
public void setProduitfini(FProduitfini produitfini)
Pointeur - vers le produit achetepublic FLot getLot()
getLot in interface HasAffaireLotSousLotpublic void setLot(FLot lot)
Pointeur - vers le lotpublic FSslot getSslot()
getSslot in interface HasAffaireLotSousLotpublic void setSslot(FSslot sslot)
Pointeur - vers le sous-lotpublic FPlTache getPlTache()
public void setPlTache(FPlTache plTache)
Pointeur - vers la tâchepublic FCommandecli getCommandecli()
public void setCommandecli(FCommandecli commandecli)
Pointeur - vers la commande généréepublic Double getIndType()
public void setIndType(Double indType)
Type - sous-traitance = 0 -> co-traitance; 1 -> interne; 2 -> groupe; 3 -> groupe rassembléepublic String getCommentaire()
public void setCommentaire(String commentaire)
Commentaire - public Double getQte()
public void setQte(Double qte)
Quantité - public Double getPrixunit()
public void setPrixunit(Double prixunit)
Prix - unitairepublic String getSujet()
public void setSujet(String sujet)
Sujet - public Double getIndCommande()
public void setIndCommande(Double indCommande)
Indicateur - = 1 -> Commande client créée, 0 sinonpublic Set<FLtSstrait> getLtSstraits()
protected void setLtSstraits(Set<FLtSstrait> ltSstraits)
public void addLtSstrait(FLtSstrait o)
public void removeLtSstrait(FLtSstrait o)
public void removeAllLtSstraits()
public FAffaires getAffaires()
getAffaires in interface HasAffaireLotSousLotpublic String getLibelle()
getLibelle in interface HasAffaireLotSousLotpublic String getNumero()
getNumero in interface HasAffaireLotSousLotCopyright © 2016. All rights reserved.