public class EcartReglement extends Object implements Serializable
Constructor and Description |
---|
EcartReglement() |
EcartReglement(TypeEcartRgt typeEcart) |
Modifier and Type | Method and Description |
---|---|
String |
getAffaire() |
String |
getCompteCharge() |
String |
getCompteProduit() |
FLot |
getLot() |
String |
getRessource() |
FSslot |
getSousLot() |
TypeEcartRgt |
getTypeEcart() |
void |
setAffaire(String affaire) |
void |
setCompteCharge(String compteCharge) |
void |
setCompteProduit(String compteProduit) |
void |
setLot(FLot lot) |
void |
setRessource(String ressource) |
void |
setSousLot(FSslot sousLot) |
void |
setTypeEcart(TypeEcartRgt typeEcart) |
public EcartReglement()
public EcartReglement(TypeEcartRgt typeEcart)
public TypeEcartRgt getTypeEcart()
public void setTypeEcart(TypeEcartRgt typeEcart)
public String getCompteCharge()
public void setCompteCharge(String compteCharge)
public String getCompteProduit()
public void setCompteProduit(String compteProduit)
public String getAffaire()
public void setAffaire(String affaire)
public FLot getLot()
public void setLot(FLot lot)
public FSslot getSousLot()
public void setSousLot(FSslot sousLot)
public String getRessource()
public void setRessource(String ressource)
Copyright © 2016. All rights reserved.