@Entity public class FProduitPrh extends Object implements Serializable
Constructor and Description |
---|
FProduitPrh() |
FProduitPrh(String typProduit,
Double ptrProduit,
Date dateDebut,
Date dateFin,
Double montant,
String services) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Date |
getDateDebut() |
Date |
getDateFin() |
Double |
getIdent() |
Double |
getMontant() |
Double |
getPtrProduit() |
String |
getServices() |
String |
getTypProduit() |
void |
setDateDebut(Date dateDebut)
BDD : DATEDEBUT
Date de début |
void |
setDateFin(Date dateFin)
BDD : DATEFIN
Date de fin |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setMontant(Double montant)
BDD : MONTANT
Montant |
void |
setPtrProduit(Double ptrProduit)
BDD : PTRPRODUIT
Pointeur vers l'ident du produit fini |
void |
setServices(String services)
BDD : SERVICES
Services |
void |
setTypProduit(String typProduit)
BDD : TYPPRODUIT
Type produit (A = Acheté / V=Vendu) |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Ident
- public String getTypProduit()
public void setTypProduit(String typProduit)
Type
- produit (A = Acheté / V=Vendu)public Double getPtrProduit()
public void setPtrProduit(Double ptrProduit)
Pointeur
- vers l'ident du produit finipublic Date getDateDebut()
public void setDateDebut(Date dateDebut)
Date
- de débutpublic Date getDateFin()
public void setDateFin(Date dateFin)
Date
- de finpublic Double getMontant()
public void setMontant(Double montant)
Montant
- public String getServices()
public void setServices(String services)
Services
- Copyright © 2016. All rights reserved.