Package cdm.legaldocumentation.csa
Interface FrenchLawAddendumElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
FrenchLawAddendumElection.FrenchLawAddendumElectionBuilder
- All Known Implementing Classes:
FrenchLawAddendumElection.FrenchLawAddendumElectionBuilderImpl,FrenchLawAddendumElection.FrenchLawAddendumElectionImpl
@RosettaDataType(value="FrenchLawAddendumElection",
builder=FrenchLawAddendumElectionBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="FrenchLawAddendumElection",
model="cdm",
builder=FrenchLawAddendumElectionBuilderImpl.class,
version="6.19.0")
public interface FrenchLawAddendumElection
extends com.rosetta.model.lib.RosettaModelObject
A class to specify party specific French Law Addendum language.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FrenchLawAddendumElectionstatic classImmutable Implementation of FrenchLawAddendumElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The party specific language to be included in the agreement.The qualification of whether the party elects specific language.getParty()The elective party.default Class<? extends FrenchLawAddendumElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FrenchLawAddendumElection> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getParty
CounterpartyRoleEnum getParty()The elective party. -
getIsApplicable
Boolean getIsApplicable()The qualification of whether the party elects specific language. -
getAddendumLanguage
String getAddendumLanguage()The party specific language to be included in the agreement. -
build
FrenchLawAddendumElection build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-