@Entity public class FSiteFournisseur extends Object implements Serializable, ExportRib, IdentIdentifiable, Localisable
Constructor and Description |
---|
FSiteFournisseur() |
Modifier and Type | Method and Description |
---|---|
void |
addAllContactSfou(Collection<FContactSfou> coll) |
void |
addAllGrpwrk(Collection<GGrpwrk> coll) |
void |
addAllPrdloc(Collection<GPrdloc> coll) |
void |
addAllRole(Collection<GRole> coll) |
void |
addAllStDepot(Collection<FStDepot> coll) |
void |
addContactSfou(FContactSfou o) |
void |
addGrpwrk(GGrpwrk o) |
void |
addPrdloc(GPrdloc o) |
void |
addRole(GRole o) |
void |
addSiteFournisseurZl(FSiteFournisseurZl o) |
void |
addStDepot(FStDepot o) |
boolean |
equals(Object o) |
PAdresse |
getAdresse() |
String |
getCode() |
FPCollaborateur |
getCollaborateur() |
String |
getCommentaire() |
Set<FContactSfou> |
getContactSfoux() |
Date |
getCreDate() |
Date |
getDateFin() |
Double |
getDefCommande() |
Double |
getDefMaintenance() |
Double |
getDefReception() |
Double |
getDefReglement() |
FPFournisseur |
getFournisseur() |
Set<GGrpwrk> |
getGrpwrks() |
Double |
getIdent() |
Double |
getIndCommande() |
Double |
getIndMaintenance() |
Double |
getIndPrincipal() |
Double |
getIndReception() |
Double |
getIndReglement() |
String |
getLibelle() |
Date |
getMajDate() |
String |
getNomAppel() |
String |
getNomAppelSite() |
String |
getNoSiret() |
Double |
getOldIdent() |
Set<GPrdloc> |
getPrdlocs() |
String |
getRefExterne() |
PRib |
getRib() |
Set<GRole> |
getRoles() |
Set<FSiteFournisseurZl> |
getSiteFournisseurZls() |
Set<FStDepot> |
getStDepots() |
ImportRibService.TypeImport |
getTypeImport() |
TPUtilisateur |
getUtilisateurBySfouCreUtiIdent() |
TPUtilisateur |
getUtilisateurBySfouMajUtiIdent() |
void |
removeAllContactSfou() |
void |
removeAllGrpwrk() |
void |
removeAllPrdloc() |
void |
removeAllRole() |
void |
removeAllSiteFournisseurZl() |
void |
removeAllStDepot() |
void |
removeContactSfou(FContactSfou o) |
void |
removeGrpwrk(GGrpwrk o) |
void |
removePrdloc(GPrdloc o) |
void |
removeRole(GRole o) |
void |
removeSiteFournisseurZl(FSiteFournisseurZl o) |
void |
removeStDepot(FStDepot o) |
void |
setAdresse(PAdresse adresse)
BDD : ADRESSE
Pointeur vers l'adresse |
void |
setCollaborateur(FPCollaborateur collaborateur)
BDD : COLLABORATEUR
Pointeur vers le responsable du site |
void |
setCommentaire(String commentaire)
BDD : COMMENTAIRE
Commentaire |
protected void |
setContactSfoux(Set<FContactSfou> contactSfoux) |
void |
setCreDate(Date creDate)
BDD : CREDATE
Date de création |
void |
setDateFin(Date dateFin)
BDD : DATEFIN
Date de fin de validité |
void |
setDefCommande(Double defCommande)
BDD : DEFCOMMANDE
Indicateur site de commande par défaut (1->Oui; 0->sinon) |
void |
setDefMaintenance(Double defMaintenance)
BDD : DEFMAINTENANCE
Indicateur site de maintenance par défaut(1->Oui; 0->sinon) |
void |
setDefReception(Double defReception)
BDD : DEFRECEPTION
Indicateur site de reception par défaut(1->Oui; 0->sinon) |
void |
setDefReglement(Double defReglement)
BDD : DEFREGLEMENT
Indicateur site de règlement par défaut(1->Oui; 0->sinon) |
void |
setFournisseur(FPFournisseur fournisseur)
BDD : FOURNISSEUR
Pointeur vers un fournisseur |
protected void |
setGrpwrks(Set<GGrpwrk> grpwrks) |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setIndCommande(Double indCommande)
BDD : INDCOMMANDE
Indicateur site de commande (1->Oui; 0->sinon) |
void |
setIndMaintenance(Double indMaintenance)
BDD : INDMAINTENANCE
Indicateur site de maintenance (1->Oui; 0->sinon) |
void |
setIndPrincipal(Double indPrincipal)
BDD : INDPRINCIPAL
Indicateur site principal (1->Oui; 0->sinon) |
void |
setIndReception(Double indReception)
BDD : INDRECEPTION
Indicateur site de reception (1->Oui; 0->sinon) |
void |
setIndReglement(Double indReglement)
BDD : INDREGLEMENT
Indicateur site de règlement (1->Oui; 0->sinon) |
void |
setMajDate(Date majDate)
BDD : MAJDATE
Date de dernière modification |
void |
setNomAppel(String nomAppel)
BDD : NOMAPPEL
Nom d'appel du site |
void |
setNoSiret(String noSiret)
BDD : SFOU_NO_SIRET
Numéro de SIRET |
void |
setOldIdent(Double oldIdent) |
protected void |
setPrdlocs(Set<GPrdloc> prdlocs) |
void |
setRefExterne(String refExterne)
BDD : REF_EXTERNE
ref externe |
void |
setRib(PRib rib)
BDD : RIB
Pointeur vers le RIB par défaut |
protected void |
setRoles(Set<GRole> roles) |
void |
setSiteFournisseurZls(Set<FSiteFournisseurZl> siteFournisseurZls) |
protected void |
setStDepots(Set<FStDepot> stDepots) |
void |
setUtilisateurBySfouCreUtiIdent(TPUtilisateur utilisateurBySfouCreUtiIdent)
BDD : UTILISATEURBYSFOUCREUTIIDENT
Pointeur vers l'utilisateur ayant cree l'element |
void |
setUtilisateurBySfouMajUtiIdent(TPUtilisateur utilisateurBySfouMajUtiIdent)
BDD : UTILISATEURBYSFOUMAJUTIIDENT
Pointeur vers l'utilisateur ayant effectue la dernière modification |
String |
toString() |
public Double getIdent()
getIdent
in interface IdentIdentifiable
public void setIdent(Double ident)
Identifiant
- public TPUtilisateur getUtilisateurBySfouCreUtiIdent()
public void setUtilisateurBySfouCreUtiIdent(TPUtilisateur utilisateurBySfouCreUtiIdent)
Pointeur
- vers l'utilisateur ayant cree l'elementpublic PAdresse getAdresse()
public void setAdresse(PAdresse adresse)
Pointeur
- vers l'adressepublic FPFournisseur getFournisseur()
public void setFournisseur(FPFournisseur fournisseur)
Pointeur
- vers un fournisseurpublic TPUtilisateur getUtilisateurBySfouMajUtiIdent()
public void setUtilisateurBySfouMajUtiIdent(TPUtilisateur utilisateurBySfouMajUtiIdent)
Pointeur
- vers l'utilisateur ayant effectue la dernière modificationpublic FPCollaborateur getCollaborateur()
public void setCollaborateur(FPCollaborateur collaborateur)
Pointeur
- vers le responsable du sitepublic void setRib(PRib rib)
Pointeur
- vers le RIB par défautpublic Double getIndPrincipal()
public void setIndPrincipal(Double indPrincipal)
Indicateur
- site principal (1->Oui; 0->sinon)public Double getIndCommande()
public void setIndCommande(Double indCommande)
Indicateur
- site de commande (1->Oui; 0->sinon)public Double getDefCommande()
public void setDefCommande(Double defCommande)
Indicateur
- site de commande par défaut (1->Oui; 0->sinon)public Double getIndReception()
public void setIndReception(Double indReception)
Indicateur
- site de reception (1->Oui; 0->sinon)public Double getDefReception()
public void setDefReception(Double defReception)
Indicateur
- site de reception par défaut(1->Oui; 0->sinon)public Double getIndReglement()
public void setIndReglement(Double indReglement)
Indicateur
- site de règlement (1->Oui; 0->sinon)public Double getDefReglement()
public void setDefReglement(Double defReglement)
Indicateur
- site de règlement par défaut(1->Oui; 0->sinon)public Double getIndMaintenance()
public void setIndMaintenance(Double indMaintenance)
Indicateur
- site de maintenance (1->Oui; 0->sinon)public Double getDefMaintenance()
public void setDefMaintenance(Double defMaintenance)
Indicateur
- site de maintenance par défaut(1->Oui; 0->sinon)public Date getDateFin()
public void setDateFin(Date dateFin)
Date
- de fin de validitépublic Date getCreDate()
public void setCreDate(Date creDate)
Date
- de créationpublic Date getMajDate()
public void setMajDate(Date majDate)
Date
- de dernière modificationpublic Double getOldIdent()
public void setOldIdent(Double oldIdent)
public String getCommentaire()
public void setCommentaire(String commentaire)
Commentaire
- public String getNomAppel()
public void setNomAppel(String nomAppel)
Nom
- d'appel du sitepublic String getRefExterne()
public void setRefExterne(String refExterne)
ref
- externepublic String getNoSiret()
public void setNoSiret(String noSiret)
Numéro
- de SIRETpublic Set<FSiteFournisseurZl> getSiteFournisseurZls()
public void setSiteFournisseurZls(Set<FSiteFournisseurZl> siteFournisseurZls)
public void removeAllSiteFournisseurZl()
public void removeSiteFournisseurZl(FSiteFournisseurZl o)
public void addSiteFournisseurZl(FSiteFournisseurZl o)
public Set<FContactSfou> getContactSfoux()
protected void setContactSfoux(Set<FContactSfou> contactSfoux)
public void addPrdloc(GPrdloc o)
public void addStDepot(FStDepot o)
public void addContactSfou(FContactSfou o)
public void addRole(GRole o)
public void addGrpwrk(GGrpwrk o)
public void addAllPrdloc(Collection<GPrdloc> coll)
public void addAllStDepot(Collection<FStDepot> coll)
public void addAllContactSfou(Collection<FContactSfou> coll)
public void addAllRole(Collection<GRole> coll)
public void addAllGrpwrk(Collection<GGrpwrk> coll)
public void removePrdloc(GPrdloc o)
public void removeStDepot(FStDepot o)
public void removeContactSfou(FContactSfou o)
public void removeRole(GRole o)
public void removeGrpwrk(GGrpwrk o)
public void removeAllPrdloc()
public void removeAllStDepot()
public void removeAllContactSfou()
public void removeAllRole()
public void removeAllGrpwrk()
public ImportRibService.TypeImport getTypeImport()
getTypeImport
in interface ExportRib
public String getNomAppelSite()
getNomAppelSite
in interface ExportRib
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.