@Entity public class GHistoPrdcat extends Object implements Serializable
Constructor and Description |
---|
GHistoPrdcat() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getComment() |
Double |
getDPuGarant() |
Double |
getDPuHorsGarant() |
Date |
getDtMaj() |
Double |
getIdent() |
GPrdcat |
getPrdcat() |
Double |
getQuantite() |
TPUtilisateur |
getUtilisateur() |
void |
setComment(String comment)
BDD : GHPT_COMMENT
Commentaire |
void |
setDPuGarant(Double dPuGarant)
BDD : GHPT_D_PU_GARANT
Prix unitaire en devise sous garantie |
void |
setDPuHorsGarant(Double dPuHorsGarant)
BDD : GHPT_D_PU_GARANT
Prix unitaire en devise hors garantie |
void |
setDtMaj(Date dtMaj)
BDD : GHPT_DT_MAJ
Date de mise à jour |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setPrdcat(GPrdcat prdcat)
BDD : GHPT_GMPC_IDENT
Pointeur vers la ligne de contrat |
void |
setQuantite(Double quantite)
BDD : GHPT_QUANTITE
Quantité |
void |
setUtilisateur(TPUtilisateur utilisateur)
BDD : GHPT_UTI_IDENT
Pointeur vers l'utilisateur ayant démarré la suspension |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public TPUtilisateur getUtilisateur()
public void setUtilisateur(TPUtilisateur utilisateur)
Pointeur
- vers l'utilisateur ayant démarré la suspensionpublic GPrdcat getPrdcat()
public void setPrdcat(GPrdcat prdcat)
Pointeur
- vers la ligne de contratpublic Date getDtMaj()
public void setDtMaj(Date dtMaj)
Date
- de mise à jourpublic String getComment()
public void setComment(String comment)
Commentaire
- public Double getQuantite()
public void setQuantite(Double quantite)
Quantité
- public Double getDPuGarant()
public void setDPuGarant(Double dPuGarant)
Prix
- unitaire en devise sous garantiepublic Double getDPuHorsGarant()
public void setDPuHorsGarant(Double dPuHorsGarant)
Prix
- unitaire en devise hors garantieCopyright © 2016. All rights reserved.