@Entity public class FEchClient extends Object implements Serializable, IdentIdentifiable
| Constructor and Description |
|---|
FEchClient() |
FEchClient(FFacturescli facturescli,
TParstdParam parstdParam,
Double montantD,
Date dtEch,
Date dtEncP,
Date dtEncR,
Date dtRelance,
String comment,
String services,
String libelle,
String niveauRelance,
Double indRetenueGarantie) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
Date |
getDtEch() |
Date |
getDtEncP() |
Date |
getDtEncR() |
Date |
getDtRelance() |
FFacturescli |
getFacturescli() |
Double |
getIdent() |
Double |
getIndRetenueGarantie() |
String |
getLibelle() |
Double |
getMontantD() |
String |
getNiveauRelance() |
TParstdParam |
getParstdParam() |
String |
getServices() |
Set<FVirtemp> |
getVirtemps() |
void |
setComment(String comment)
BDD : COMMENT
Commentaire relance |
void |
setDtEch(Date dtEch)
BDD : DTECH
Date d'échéance |
void |
setDtEncP(Date dtEncP)
BDD : DTENCP
Date d'encaissement prévisionnel |
void |
setDtEncR(Date dtEncR)
BDD : DTENCR
Date d'encaissement réel |
void |
setDtRelance(Date dtRelance)
BDD : DTRELANCE
Date de dernière relance |
void |
setFacturescli(FFacturescli facturescli)
BDD : FACTURESCLI
Pointeur vers la facture client |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setIndRetenueGarantie(Double indRetenueGarantie)
BDD : INDRETENUEGARANTIE
Indicateur 1:retenue de garantie, 0:sinon |
void |
setLibelle(String libelle)
BDD : LIBELLE
Libellé échéance client |
void |
setMontantD(Double montantD)
BDD : MONTANTD
Montant dans la devise de la facture |
void |
setNiveauRelance(String niveauRelance)
BDD : NIVEAURELANCE
Niveau de relance |
void |
setParstdParam(TParstdParam parstdParam)
BDD : ECL_PTR_STATUT
Pointeur vers le statut d''arrieré |
void |
setServices(String services)
BDD : SERVICES
Services |
void |
setVirtemps(Set<FVirtemp> virTemp) |
String |
toString() |
public Double getIdent()
getIdent in interface IdentIdentifiablepublic void setIdent(Double ident)
Ident - public FFacturescli getFacturescli()
public void setFacturescli(FFacturescli facturescli)
Pointeur - vers la facture clientpublic TParstdParam getParstdParam()
public void setParstdParam(TParstdParam parstdParam)
Pointeur - vers le statut d''arrierépublic Double getMontantD()
public void setMontantD(Double montantD)
Montant - dans la devise de la facturepublic Date getDtEch()
public void setDtEch(Date dtEch)
Date - d'échéancepublic Date getDtEncP()
public void setDtEncP(Date dtEncP)
Date - d'encaissement prévisionnelpublic Date getDtEncR()
public void setDtEncR(Date dtEncR)
Date - d'encaissement réelpublic Date getDtRelance()
public void setDtRelance(Date dtRelance)
Date - de dernière relancepublic String getComment()
public void setComment(String comment)
Commentaire - relancepublic String getServices()
public void setServices(String services)
Services - public String getLibelle()
public void setLibelle(String libelle)
Libellé - échéance clientpublic String getNiveauRelance()
public void setNiveauRelance(String niveauRelance)
Niveau - de relancepublic Double getIndRetenueGarantie()
public void setIndRetenueGarantie(Double indRetenueGarantie)
Indicateur - 1:retenue de garantie, 0:sinonCopyright © 2016. All rights reserved.