@Entity public class GPrdlnk extends Object implements Serializable
| Constructor and Description |
|---|
GPrdlnk() |
GPrdlnk(GPrdmaint prdmaintByGmplIdentPrdfils,
GPrdmaint prdmaintByGmplIdentPrdpere,
Double numordre,
Double qte,
Double typeLnk,
Date dtDebut,
Date dtFin) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getDtDebut() |
Date |
getDtFin() |
Double |
getIdent() |
Double |
getNumordre() |
GPrdmaint |
getPrdmaintByGmplIdentPrdfils() |
GPrdmaint |
getPrdmaintByGmplIdentPrdpere() |
Double |
getQte() |
Double |
getTypeLnk() |
void |
setDtDebut(Date dtDebut)
BDD : DTDEBUT
Date de début |
void |
setDtFin(Date dtFin)
BDD : DTFIN
Date de fin |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setNumordre(Double numordre)
BDD : NUMORDRE
Numéro d'ordre |
void |
setPrdmaintByGmplIdentPrdfils(GPrdmaint prdmaintByGmplIdentPrdfils)
BDD : PRDMAINTBYGMPLIDENTPRDFILS
Pointeur vers l'ident du Produit Fils |
void |
setPrdmaintByGmplIdentPrdpere(GPrdmaint prdmaintByGmplIdentPrdpere)
BDD : PRDMAINTBYGMPLIDENTPRDPERE
Pointeur vers l'ident du Produit Tête de Nomenclature |
void |
setQte(Double qte)
BDD : QTE
Quantité |
void |
setTypeLnk(Double typeLnk)
BDD : TYPELNK
Type de lien : 0=nomenclature / 1=Equivalence / 2=Compatibilité / 3=remplaçant |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Ident - public GPrdmaint getPrdmaintByGmplIdentPrdfils()
public void setPrdmaintByGmplIdentPrdfils(GPrdmaint prdmaintByGmplIdentPrdfils)
Pointeur - vers l'ident du Produit Filspublic GPrdmaint getPrdmaintByGmplIdentPrdpere()
public void setPrdmaintByGmplIdentPrdpere(GPrdmaint prdmaintByGmplIdentPrdpere)
Pointeur - vers l'ident du Produit Tête de Nomenclaturepublic Double getNumordre()
public void setNumordre(Double numordre)
Numéro - d'ordrepublic Double getQte()
public void setQte(Double qte)
Quantité - public Double getTypeLnk()
public void setTypeLnk(Double typeLnk)
Type - de lien : 0=nomenclature / 1=Equivalence / 2=Compatibilité /
3=remplaçantpublic Date getDtDebut()
public void setDtDebut(Date dtDebut)
Date - de débutpublic Date getDtFin()
public void setDtFin(Date dtFin)
Date - de finCopyright © 2016. All rights reserved.