Package cdm.legaldocumentation.csa
Class FrenchLawAddendum.FrenchLawAddendumBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.FrenchLawAddendum.FrenchLawAddendumBuilderImpl
- All Implemented Interfaces:
FrenchLawAddendum,FrenchLawAddendum.FrenchLawAddendumBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
FrenchLawAddendum
public static class FrenchLawAddendum.FrenchLawAddendumBuilderImpl
extends Object
implements FrenchLawAddendum.FrenchLawAddendumBuilder
Builder Implementation of FrenchLawAddendum
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendum
FrenchLawAddendum.FrenchLawAddendumBuilder, FrenchLawAddendum.FrenchLawAddendumBuilderImpl, FrenchLawAddendum.FrenchLawAddendumImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendum
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(FrenchLawAddendumElection _partyElection) addPartyElection(FrenchLawAddendumElection _partyElection, int idx) addPartyElection(List<? extends FrenchLawAddendumElection> partyElections) build()Build MethodsbooleanThe qualification of whether the French Law Addendum is deemed applicable by the parties (True) or not (False).getOrCreatePartyElection(int index) The parties French Law Addendum Elections.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setIsApplicable(Boolean _isApplicable) setPartyElection(List<? extends FrenchLawAddendumElection> partyElections) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendum
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendum.FrenchLawAddendumBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
isApplicable
-
partyElection
-
-
Constructor Details
-
FrenchLawAddendumBuilderImpl
public FrenchLawAddendumBuilderImpl()
-
-
Method Details
-
getIsApplicable
@RosettaAttribute("isApplicable") @Accessor(GETTER) @Required @RuneAttribute("isApplicable") public Boolean getIsApplicable()Description copied from interface:FrenchLawAddendumThe qualification of whether the French Law Addendum is deemed applicable by the parties (True) or not (False).- Specified by:
getIsApplicablein interfaceFrenchLawAddendum
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Multi @RuneAttribute("partyElection") public List<? extends FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder> getPartyElection()Description copied from interface:FrenchLawAddendumThe parties French Law Addendum Elections.- Specified by:
getPartyElectionin interfaceFrenchLawAddendum- Specified by:
getPartyElectionin interfaceFrenchLawAddendum.FrenchLawAddendumBuilder
-
getOrCreatePartyElection
public FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder getOrCreatePartyElection(int index) - Specified by:
getOrCreatePartyElectionin interfaceFrenchLawAddendum.FrenchLawAddendumBuilder
-
setIsApplicable
@RosettaAttribute("isApplicable") @Accessor(SETTER) @Required @RuneAttribute("isApplicable") public FrenchLawAddendum.FrenchLawAddendumBuilder setIsApplicable(Boolean _isApplicable) - Specified by:
setIsApplicablein interfaceFrenchLawAddendum.FrenchLawAddendumBuilder
-
addPartyElection
@RosettaAttribute("partyElection") @Accessor(ADDER) @Multi @RuneAttribute("partyElection") public FrenchLawAddendum.FrenchLawAddendumBuilder addPartyElection(FrenchLawAddendumElection _partyElection) - Specified by:
addPartyElectionin interfaceFrenchLawAddendum.FrenchLawAddendumBuilder
-
addPartyElection
public FrenchLawAddendum.FrenchLawAddendumBuilder addPartyElection(FrenchLawAddendumElection _partyElection, int idx) - Specified by:
addPartyElectionin interfaceFrenchLawAddendum.FrenchLawAddendumBuilder
-
addPartyElection
public FrenchLawAddendum.FrenchLawAddendumBuilder addPartyElection(List<? extends FrenchLawAddendumElection> partyElections) - Specified by:
addPartyElectionin interfaceFrenchLawAddendum.FrenchLawAddendumBuilder
-
setPartyElection
@RosettaAttribute("partyElection") @Accessor(SETTER) @Multi @RuneAttribute("partyElection") public FrenchLawAddendum.FrenchLawAddendumBuilder setPartyElection(List<? extends FrenchLawAddendumElection> partyElections) - Specified by:
setPartyElectionin interfaceFrenchLawAddendum.FrenchLawAddendumBuilder
-
build
Description copied from interface:FrenchLawAddendumBuild Methods- Specified by:
buildin interfaceFrenchLawAddendum- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceFrenchLawAddendum- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceFrenchLawAddendum.FrenchLawAddendumBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public FrenchLawAddendum.FrenchLawAddendumBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-