public class FcParticipantBuilder extends Object
Modifier and Type | Method and Description |
---|---|
FcParticipant |
build() |
static FcParticipantBuilder |
create() |
FcParticipantBuilder |
withAlertes(Set<FcAlerte> alertes) |
FcParticipantBuilder |
withContact(FPContact contact) |
FcParticipantBuilder |
withFonction(String fonction) |
FcParticipantBuilder |
withIdent(Double ident) |
FcParticipantBuilder |
withIndConvoc(Double indConvoc) |
FcParticipantBuilder |
withIndPresent(Double indPresent) |
FcParticipantBuilder |
withInscription(FcInscription inscription) |
FcParticipantBuilder |
withNumCertificat(String numCertificat) |
FcParticipantBuilder |
withNumConv(String numConv) |
FcParticipantBuilder |
withParstdParam(TParstdParam parstdParam) |
FcParticipantBuilder |
withQuestionnairesRepondus(Set<FcQuestionnaireRepondu> questionnairesRepondus) |
public static FcParticipantBuilder create()
public FcParticipant build()
public FcParticipantBuilder withAlertes(Set<FcAlerte> alertes)
public FcParticipantBuilder withContact(FPContact contact)
public FcParticipantBuilder withFonction(String fonction)
public FcParticipantBuilder withIdent(Double ident)
public FcParticipantBuilder withIndConvoc(Double indConvoc)
public FcParticipantBuilder withIndPresent(Double indPresent)
public FcParticipantBuilder withInscription(FcInscription inscription)
public FcParticipantBuilder withNumCertificat(String numCertificat)
public FcParticipantBuilder withNumConv(String numConv)
public FcParticipantBuilder withParstdParam(TParstdParam parstdParam)
public FcParticipantBuilder withQuestionnairesRepondus(Set<FcQuestionnaireRepondu> questionnairesRepondus)
Copyright © 2016. All rights reserved.