Package cdm.legaldocumentation.csa
Class FrenchLawAddendumElection.FrenchLawAddendumElectionBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.FrenchLawAddendumElection.FrenchLawAddendumElectionBuilderImpl
- All Implemented Interfaces:
FrenchLawAddendumElection,FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
FrenchLawAddendumElection
public static class FrenchLawAddendumElection.FrenchLawAddendumElectionBuilderImpl
extends Object
implements FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder
Builder Implementation of FrenchLawAddendumElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendumElection
FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder, FrenchLawAddendumElection.FrenchLawAddendumElectionBuilderImpl, FrenchLawAddendumElection.FrenchLawAddendumElectionImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected CounterpartyRoleEnumFields inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendumElection
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe party specific language to be included in the agreement.The qualification of whether the party elects specific language.getParty()The elective party.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAddendumLanguage(String _addendumLanguage) setIsApplicable(Boolean _isApplicable) setParty(CounterpartyRoleEnum _party) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendumElection
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
party
-
isApplicable
-
addendumLanguage
-
-
Constructor Details
-
FrenchLawAddendumElectionBuilderImpl
public FrenchLawAddendumElectionBuilderImpl()
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:FrenchLawAddendumElectionThe elective party.- Specified by:
getPartyin interfaceFrenchLawAddendumElection
-
getIsApplicable
@RosettaAttribute("isApplicable") @Accessor(GETTER) @Required @RuneAttribute("isApplicable") public Boolean getIsApplicable()Description copied from interface:FrenchLawAddendumElectionThe qualification of whether the party elects specific language.- Specified by:
getIsApplicablein interfaceFrenchLawAddendumElection
-
getAddendumLanguage
@RosettaAttribute("addendumLanguage") @Accessor(GETTER) @RuneAttribute("addendumLanguage") public String getAddendumLanguage()Description copied from interface:FrenchLawAddendumElectionThe party specific language to be included in the agreement.- Specified by:
getAddendumLanguagein interfaceFrenchLawAddendumElection
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceFrenchLawAddendumElection.FrenchLawAddendumElectionBuilder
-
setIsApplicable
@RosettaAttribute("isApplicable") @Accessor(SETTER) @Required @RuneAttribute("isApplicable") public FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder setIsApplicable(Boolean _isApplicable) - Specified by:
setIsApplicablein interfaceFrenchLawAddendumElection.FrenchLawAddendumElectionBuilder
-
setAddendumLanguage
@RosettaAttribute("addendumLanguage") @Accessor(SETTER) @RuneAttribute("addendumLanguage") public FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder setAddendumLanguage(String _addendumLanguage) - Specified by:
setAddendumLanguagein interfaceFrenchLawAddendumElection.FrenchLawAddendumElectionBuilder
-
build
Description copied from interface:FrenchLawAddendumElectionBuild Methods- Specified by:
buildin interfaceFrenchLawAddendumElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceFrenchLawAddendumElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceFrenchLawAddendumElection.FrenchLawAddendumElectionBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder 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
-