public class FluxT05SuiviBudgetaire extends Object implements Serializable
Constructor and Description |
---|
FluxT05SuiviBudgetaire() |
FluxT05SuiviBudgetaire(String codeLot,
String libelle,
Double budget,
Double resteAProduire,
Double realise,
Double reprevision,
Double ecart) |
Modifier and Type | Method and Description |
---|---|
Double |
getBudget() |
String |
getCodeLot() |
Double |
getEcart() |
String |
getLibelle() |
Double |
getRealise() |
Double |
getReprevision() |
Double |
getResteAProduire() |
void |
setBudget(Double budget) |
void |
setCodeLot(String codeLot) |
void |
setEcart(Double ecart) |
void |
setLibelle(String libelle) |
void |
setRealise(Double realise) |
void |
setReprevision(Double reprevision) |
void |
setResteAProduire(Double resteAProduire) |
public String getCodeLot()
public void setCodeLot(String codeLot)
public String getLibelle()
public void setLibelle(String libelle)
public Double getBudget()
public void setBudget(Double budget)
public Double getResteAProduire()
public void setResteAProduire(Double resteAProduire)
public Double getRealise()
public void setRealise(Double realise)
public Double getReprevision()
public void setReprevision(Double reprevision)
public Double getEcart()
public void setEcart(Double ecart)
Copyright © 2016. All rights reserved.