public class ContactDestChaineConverter extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
IND_COMMANDE |
static String |
IND_COMMANDEACHAT |
static String |
IND_DEMANDECOTATION |
static String |
IND_DEVIS |
static String |
IND_ENCAISSEMENT |
static String |
IND_FACTURE |
static String |
IND_LIVRAISON |
static String |
IND_REGLEMENT |
static String |
IND_RELANCE |
Constructor and Description |
---|
ContactDestChaineConverter() |
ContactDestChaineConverter(String destChaine) |
Modifier and Type | Method and Description |
---|---|
String |
constructDestChaine() |
String |
getDestChaineSql() |
Double |
getIndCommande() |
Double |
getIndCommandeAchat() |
Double |
getIndDemandeCotation() |
Double |
getIndDevis() |
Double |
getIndEncaissement() |
Double |
getIndFacture() |
Double |
getIndLivraison() |
Double |
getIndReglement() |
Double |
getIndRelance() |
void |
setIndCommande(Double indCommande) |
void |
setIndCommandeAchat(Double indCommandeAchat) |
void |
setIndDemandeCotation(Double indDemandeCotation) |
void |
setIndDevis(Double indDevis) |
void |
setIndEncaissement(Double indEncaissement) |
void |
setIndFacture(Double indFacture) |
void |
setIndLivraison(Double indLivraison) |
void |
setIndReglement(Double indReglement) |
void |
setIndRelance(Double indRelance) |
public static final String IND_DEVIS
public static final String IND_LIVRAISON
public static final String IND_COMMANDE
public static final String IND_FACTURE
public static final String IND_DEMANDECOTATION
public static final String IND_COMMANDEACHAT
public static final String IND_ENCAISSEMENT
public static final String IND_REGLEMENT
public static final String IND_RELANCE
public ContactDestChaineConverter()
public ContactDestChaineConverter(String destChaine)
public String constructDestChaine()
public String getDestChaineSql()
public Double getIndCommande()
public void setIndCommande(Double indCommande)
public Double getIndCommandeAchat()
public void setIndCommandeAchat(Double indCommandeAchat)
public Double getIndDemandeCotation()
public void setIndDemandeCotation(Double indDemandeCotation)
public Double getIndDevis()
public void setIndDevis(Double indDevis)
public Double getIndFacture()
public void setIndFacture(Double indFacture)
public Double getIndLivraison()
public void setIndLivraison(Double indLivraison)
public Double getIndEncaissement()
public void setIndEncaissement(Double indEncaissement)
public Double getIndReglement()
public void setIndReglement(Double indReglement)
public Double getIndRelance()
public void setIndRelance(Double indRelance)
Copyright © 2016. All rights reserved.