Package cdm.legaldocumentation.csa
Class FrenchLawAddendum.FrenchLawAddendumImpl
java.lang.Object
cdm.legaldocumentation.csa.FrenchLawAddendum.FrenchLawAddendumImpl
- All Implemented Interfaces:
FrenchLawAddendum,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
FrenchLawAddendum
public static class FrenchLawAddendum.FrenchLawAddendumImpl
extends Object
implements FrenchLawAddendum
Immutable Implementation of FrenchLawAddendum
-
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe qualification of whether the French Law Addendum is deemed applicable by the parties (True) or not (False).List<? extends FrenchLawAddendumElection> The parties French Law Addendum Elections.inthashCode()protected voidtoString()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 com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
FrenchLawAddendumImpl
-
-
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> getPartyElection()Description copied from interface:FrenchLawAddendumThe parties French Law Addendum Elections.- Specified by:
getPartyElectionin interfaceFrenchLawAddendum
-
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
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-