Package cdm.legaldocumentation.csa
Interface FrenchLawAddendum.FrenchLawAddendumBuilder
- All Superinterfaces:
FrenchLawAddendum,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
FrenchLawAddendum.FrenchLawAddendumBuilderImpl
- Enclosing interface:
FrenchLawAddendum
public static interface FrenchLawAddendum.FrenchLawAddendumBuilder
extends FrenchLawAddendum, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendum
FrenchLawAddendum.FrenchLawAddendumBuilder, FrenchLawAddendum.FrenchLawAddendumBuilderImpl, FrenchLawAddendum.FrenchLawAddendumImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendum
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(FrenchLawAddendumElection partyElection) addPartyElection(FrenchLawAddendumElection partyElection, int idx) addPartyElection(List<? extends FrenchLawAddendumElection> partyElection) getOrCreatePartyElection(int index) The parties French Law Addendum Elections.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setIsApplicable(Boolean isApplicable) setPartyElection(List<? extends FrenchLawAddendumElection> partyElection) Methods inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendum
build, getIsApplicable, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreatePartyElection
-
getPartyElection
List<? extends FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder> getPartyElection()Description copied from interface:FrenchLawAddendumThe parties French Law Addendum Elections.- Specified by:
getPartyElectionin interfaceFrenchLawAddendum
-
setIsApplicable
-
addPartyElection
FrenchLawAddendum.FrenchLawAddendumBuilder addPartyElection(FrenchLawAddendumElection partyElection) -
addPartyElection
FrenchLawAddendum.FrenchLawAddendumBuilder addPartyElection(FrenchLawAddendumElection partyElection, int idx) -
addPartyElection
FrenchLawAddendum.FrenchLawAddendumBuilder addPartyElection(List<? extends FrenchLawAddendumElection> partyElection) -
setPartyElection
FrenchLawAddendum.FrenchLawAddendumBuilder setPartyElection(List<? extends FrenchLawAddendumElection> partyElection) -
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-