public class FEchFournisseurBuilder extends Object
Modifier and Type | Method and Description |
---|---|
FEchFournisseur |
build() |
static FEchFournisseurBuilder |
create() |
FEchFournisseurBuilder |
withComment(String comment) |
FEchFournisseurBuilder |
withDtDecP(Date dtDecP) |
FEchFournisseurBuilder |
withDtDecR(Date dtDecR) |
FEchFournisseurBuilder |
withDtEch(Date dtEch) |
FEchFournisseurBuilder |
withFacturesfou(FFacturesfou facturesfou) |
FEchFournisseurBuilder |
withIdent(Double ident) |
FEchFournisseurBuilder |
withLibelle(String libelle) |
FEchFournisseurBuilder |
withMontantD(Double montantD) |
FEchFournisseurBuilder |
withServices(String services) |
FEchFournisseurBuilder |
withVirtemps(Set<FVirtemp> virtemps) |
public static FEchFournisseurBuilder create()
public FEchFournisseur build()
public FEchFournisseurBuilder withComment(String comment)
public FEchFournisseurBuilder withDtDecP(Date dtDecP)
public FEchFournisseurBuilder withDtDecR(Date dtDecR)
public FEchFournisseurBuilder withDtEch(Date dtEch)
public FEchFournisseurBuilder withFacturesfou(FFacturesfou facturesfou)
public FEchFournisseurBuilder withIdent(Double ident)
public FEchFournisseurBuilder withLibelle(String libelle)
public FEchFournisseurBuilder withMontantD(Double montantD)
public FEchFournisseurBuilder withServices(String services)
public FEchFournisseurBuilder withVirtemps(Set<FVirtemp> virtemps)
Copyright © 2016. All rights reserved.