@Entity public class FAffTache extends Object implements Serializable
Constructor and Description |
---|
FAffTache() |
FAffTache(Double ident,
FAffaires affaires,
FTaches taches,
Double prixunite) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
FAffaires |
getAffaires() |
Double |
getIdent() |
Double |
getPrixunite() |
FTaches |
getTaches() |
void |
setAffaires(FAffaires affaires)
BDD : AFFAIRES
Pointeur sur la ligne de tarif associé |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setPrixunite(Double prixunite)
BDD : PRIXUNITE
Prix unitaire HT |
void |
setTaches(FTaches taches)
BDD : TACHES
Pointeur sur la teche |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public FAffaires getAffaires()
public void setAffaires(FAffaires affaires)
Pointeur
- sur la ligne de tarif associépublic FTaches getTaches()
public void setTaches(FTaches taches)
Pointeur
- sur la techepublic Double getPrixunite()
public void setPrixunite(Double prixunite)
Prix
- unitaire HTCopyright © 2016. All rights reserved.