public class LigneReglement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
codeClient |
protected String |
codeDevise |
protected Date |
dtDebutExerc |
protected Date |
dtEch |
protected Date |
dtEncP |
protected Date |
dtEncR |
protected Date |
dtFacture |
protected Date |
dtFinExerc |
protected String |
exercice |
protected Double |
identClient |
protected Double |
identEch |
protected Double |
identFacture |
protected Double |
montant |
protected Double |
montant30Jrs |
protected Double |
montant45Jrs |
protected Double |
montant60Jrs |
protected Double |
montantAutDelais |
protected Double |
montantD |
protected String |
nomClient |
protected Double |
tauxConvers |
Constructor and Description |
---|
LigneReglement() |
LigneReglement(Date dtEch,
Date dtEncP,
Date dtEncR,
Double montantD,
Double identEch,
Date dtFacture,
Double identFacture,
String codeDevise,
Double tauxConvers) |
LigneReglement(Double montantD,
String codeClient,
String nomClient) |
protected Date dtEch
protected String exercice
protected Date dtDebutExerc
protected Date dtFinExerc
protected Double montantD
protected Double tauxConvers
protected String codeDevise
protected Date dtFacture
protected Double identFacture
protected Double identEch
protected Double montant30Jrs
protected Double montant45Jrs
protected Double montant60Jrs
protected Double montantAutDelais
protected Date dtEncP
protected Date dtEncR
protected Double identClient
protected String codeClient
protected String nomClient
protected Double montant
public LigneReglement()
public LigneReglement(Date dtEch, Date dtEncP, Date dtEncR, Double montantD, Double identEch, Date dtFacture, Double identFacture, String codeDevise, Double tauxConvers)
public Date getDtEch()
public void setDtEch(Date dtEch)
public String getExercice()
public void setExercice(String exercice)
public Double getMontantD()
public void setMontantD(Double montantD)
public Double getTauxConvers()
public void setTauxConvers(Double tauxConvers)
public Double getMontant30Jrs()
public void setMontant30Jrs(Double montant30Jrs)
public Double getMontant45Jrs()
public void setMontant45Jrs(Double montant45Jrs)
public Double getMontant60Jrs()
public void setMontant60Jrs(Double montant60Jrs)
public Double getMontantAutDelais()
public void setMontantAutDelais(Double montantAutDelais)
public String getCodeDevise()
public void setCodeDevise(String codeDevise)
public Date getDtFacture()
public void setDtFacture(Date dtFacture)
public Double getIdentEch()
public void setIdentEch(Double identEch)
public Date getDtDebutExerc()
public void setDtDebutExerc(Date dtDebutExerc)
public Date getDtFinExerc()
public void setDtFinExerc(Date dtFinExerc)
public Date getDtEncP()
public void setDtEncP(Date dtEncP)
public Double getIdentFacture()
public void setIdentFacture(Double identFacture)
public Date getDtEncR()
public void setDtEncR(Date dtEncR)
public String getCodeClient()
public void setCodeClient(String codeClient)
public String getNomClient()
public void setNomClient(String nomClient)
public Double getMontant()
public void setMontant(Double montant)
public Double getIdentClient()
public void setIdentClient(Double identClient)
Copyright © 2016. All rights reserved.