public class EncoursClient extends Object implements Serializable, EnCours
Modifier and Type | Field and Description |
---|---|
protected String |
codeAffaire |
protected String |
codeCollab |
protected String |
codeLot |
protected String |
compte |
protected String |
description |
protected String |
designation |
protected String |
devisInitial |
protected Date |
dtDerniereAct |
protected Date |
dtPiece |
protected List<EnCours> |
enCoursFils |
protected String |
etatDevis |
protected String |
famille |
protected Double |
identPiece |
protected String |
intitule |
protected Double |
montantHTDevise |
protected Double |
montantTTCDevise |
protected String |
multiAffaire |
protected Double |
multiLots |
protected String |
nomClient |
protected String |
numeroPiecePere |
protected String |
numPiece |
protected String |
refClient |
protected String |
respCom |
protected String |
respComAffaire |
static long |
serialVersionUID |
protected Double |
solde |
protected Double |
soldeTTCDevise |
protected String |
ssFamille |
protected String |
statut |
protected Double |
totalEncaisse |
protected String |
typePiece |
protected TypePiece |
typePieceGestion |
protected TypePiece |
typePiecePere |
Constructor and Description |
---|
EncoursClient() |
EncoursClient(String codeAffaire,
String numPiece,
Double montantHTDevise,
Date dtPiece,
Date dtDerniereAct,
String codeCollab,
String codeLot,
String compte,
String famille,
String ssFamille,
String description,
String typePiece,
Double montantTTCDevise,
TypePiece typePieceGestion,
String etatDevis,
String nomClient,
Double solde,
String statut,
Double identPiece,
String intitule) |
public static final long serialVersionUID
protected String codeAffaire
protected String numPiece
protected Double montantHTDevise
protected Date dtPiece
protected Date dtDerniereAct
protected String codeCollab
protected String codeLot
protected String compte
protected String famille
protected String ssFamille
protected String description
protected String typePiece
protected Double montantTTCDevise
protected TypePiece typePieceGestion
protected String nomClient
protected Double solde
protected String statut
protected Double identPiece
protected String multiAffaire
protected Double multiLots
protected Double soldeTTCDevise
protected Double totalEncaisse
protected String etatDevis
protected String devisInitial
protected String refClient
protected String respCom
protected String designation
protected String intitule
protected String respComAffaire
protected TypePiece typePiecePere
protected String numeroPiecePere
public EncoursClient()
public EncoursClient(String codeAffaire, String numPiece, Double montantHTDevise, Date dtPiece, Date dtDerniereAct, String codeCollab, String codeLot, String compte, String famille, String ssFamille, String description, String typePiece, Double montantTTCDevise, TypePiece typePieceGestion, String etatDevis, String nomClient, Double solde, String statut, Double identPiece, String intitule)
public String getCodeAffaire()
public void setCodeAffaire(String codeAffaire)
public String getNumPiece()
getNumPiece
in interface IdentNumPiece
public void setNumPiece(String numPiece)
public Double getMontantHTDevise()
public void setMontantHTDevise(Double montantHTDevise)
public Date getDtPiece()
public void setDtPiece(Date dtPiece)
public Date getDtDerniereAct()
public void setDtDerniereAct(Date dtDerniereAct)
public String getCodeCollab()
public void setCodeCollab(String codeCollab)
public String getCodeLot()
public void setCodeLot(String codeLot)
public String getCompte()
public void setCompte(String compte)
public String getFamille()
public void setFamille(String famille)
public String getSsFamille()
public void setSsFamille(String ssFamille)
public String getDescription()
public void setDescription(String description)
public String getTypePiece()
public void setTypePiece(String typePiece)
public Double getMontantTTCDevise()
public void setMontantTTCDevise(Double montantTTCDevise)
public TypePiece getTypePieceGestion()
getTypePieceGestion
in interface IdentNumPiece
public void setTypePieceGestion(TypePiece typePieceGestion)
public String getNomClient()
public void setNomClient(String nomClient)
public Double getSolde()
public void setSolde(Double solde)
public String getStatut()
public void setStatut(String statut)
public Double getIdentPiece()
getIdentPiece
in interface IdentNumPiece
public void setIdentPiece(Double identPiece)
public String getDevisInitial()
public void setDevisInitial(String devisInitial)
public String getRefClient()
public void setRefClient(String refClient)
public String getRespCom()
public void setRespCom(String respCom)
public String getMultiAffaire()
public void setMultiAffaire(String multiAffaire)
public Double getMultiLots()
public void setMultiLots(Double multiLots)
public String getDesignation()
public void setDesignation(String designation)
public Double getSoldeTTCDevise()
public void setSoldeTTCDevise(Double soldeTTCDevise)
soldeTTCDevise
- the soldeTTCDevise to setpublic Double getTotalEncaisse()
public void setTotalEncaisse(Double totalEncaisse)
totalEncaisse
- the totalEncaisse to setpublic String getEtatDevis()
public void setEtatDevis(String etatDevis)
etatDevis
- the etatDevis to setpublic String getIntitule()
public void setIntitule(String intitule)
public String getRespComAffaire()
public void setRespComAffaire(String respComAffaire)
public TypePiece getTypePiecePere()
getTypePiecePere
in interface EnCours
public void setTypePiecePere(TypePiece typePiecePere)
public String getNumeroPiecePere()
getNumeroPiecePere
in interface EnCours
public void setNumeroPiecePere(String numeroPiecePere)
public List<EnCours> getEnCoursFils()
getEnCoursFils
in interface EnCours
Copyright © 2016. All rights reserved.