public class FluxLigneT07 extends Object implements Serializable
Constructor and Description |
---|
FluxLigneT07() |
Modifier and Type | Method and Description |
---|---|
void |
add(String famille,
Double val) |
void |
ajouterLigne(FluxLigneT07 ligne) |
void |
ajouterLignePartiel(FluxLigneT07 ligne) |
void |
compute(String code) |
Double |
getAcompte() |
Double |
getDistrib() |
Double |
getDontST() |
Double |
getDvt() |
Double |
getEcart() |
Double |
getFormation() |
Double |
getFrais() |
Double |
getJours() |
String |
getLibelle() |
Double |
getLicence() |
Double |
getMaint() |
Double |
getPrest() |
Double |
getRate(String code) |
Double |
getTotalCharge() |
Double |
getTotalVente() |
void |
setAcompte(Double acompte) |
void |
setDistrib(Double distrib) |
void |
setDontST(Double dontST) |
void |
setDvt(Double dvt) |
void |
setEcart(Double ecart) |
void |
setFormation(Double formation) |
void |
setFrais(Double frais) |
void |
setJours(Double jours) |
void |
setLibelle(String libelle) |
void |
setLicence(Double licence) |
void |
setMaint(Double maint) |
void |
setPrest(Double prest) |
void |
setTotalCharge(Double totalCharge) |
void |
setTotalVente(Double totalVente) |
public void ajouterLigne(FluxLigneT07 ligne)
public void ajouterLignePartiel(FluxLigneT07 ligne)
public void compute(String code)
public String getLibelle()
public void setLibelle(String libelle)
public Double getJours()
public void setJours(Double jours)
public Double getDontST()
public void setDontST(Double dontST)
public Double getLicence()
public void setLicence(Double licence)
public Double getDvt()
public void setDvt(Double dvt)
public Double getPrest()
public void setPrest(Double prest)
public Double getFormation()
public void setFormation(Double formation)
public Double getDistrib()
public void setDistrib(Double distrib)
public Double getFrais()
public void setFrais(Double frais)
public Double getAcompte()
public void setAcompte(Double acompte)
public Double getMaint()
public void setMaint(Double maint)
public Double getTotalVente()
public void setTotalVente(Double totalVente)
public Double getTotalCharge()
public void setTotalCharge(Double totalCharge)
public Double getEcart()
public void setEcart(Double ecart)
Copyright © 2016. All rights reserved.