public class FluxLigneAffaire extends Object implements Serializable
Constructor and Description |
---|
FluxLigneAffaire() |
Modifier and Type | Method and Description |
---|---|
String |
getCodeAffaire() |
String |
getCodeMarche() |
Double |
getMtOD() |
Double |
getMtODCourant() |
Double |
getMtRevenu() |
Double |
getMtRevenuCourant() |
Double |
getMtTemps() |
Double |
getMtTempsCourant() |
String |
getNomAffaire() |
String |
getNumCompte() |
String |
getTypeCA() |
void |
setCodeAffaire(String codeAffaire) |
void |
setCodeMarche(String codeMarche) |
void |
setMtOD(Double mtOD) |
void |
setMtODCourant(Double mtODCourant) |
void |
setMtRevenu(Double mtRevenu) |
void |
setMtRevenuCourant(Double mtRevenuCourant) |
void |
setMtTemps(Double mtTemps) |
void |
setMtTempsCourant(Double mtTempsCourant) |
void |
setNomAffaire(String nomAffaire) |
void |
setNumCompte(String numCompte) |
void |
setTypeCA(String typeCA) |
public String getCodeAffaire()
public void setCodeAffaire(String codeAffaire)
public String getTypeCA()
public void setTypeCA(String typeCA)
public Double getMtRevenu()
public void setMtRevenu(Double mtRevenu)
public Double getMtOD()
public void setMtOD(Double mtOD)
public Double getMtTemps()
public void setMtTemps(Double mtTemps)
public String getCodeMarche()
public void setCodeMarche(String codeMarche)
public Double getMtRevenuCourant()
public void setMtRevenuCourant(Double mtRevenuCourant)
public Double getMtODCourant()
public void setMtODCourant(Double mtODCourant)
public Double getMtTempsCourant()
public void setMtTempsCourant(Double mtTempsCourant)
public String getNomAffaire()
public void setNomAffaire(String nomAffaire)
public String getNumCompte()
public void setNumCompte(String numCompte)
Copyright © 2016. All rights reserved.