Package cdm.legaldocumentation.csa
Class LegacyIndependentAmount.LegacyIndependentAmountImpl
java.lang.Object
cdm.legaldocumentation.csa.LegacyIndependentAmount.LegacyIndependentAmountImpl
- All Implemented Interfaces:
LegacyIndependentAmount,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
LegacyIndependentAmount
public static class LegacyIndependentAmount.LegacyIndependentAmountImpl
extends Object
implements LegacyIndependentAmount
Immutable Implementation of LegacyIndependentAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
LegacyIndependentAmount.LegacyIndependentAmountBuilder, LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl, LegacyIndependentAmount.LegacyIndependentAmountImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.List<? extends LegacyIndependentAmountParty> The party specific elections for the Independent Amount clause.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
LegacyIndependentAmountImpl
protected LegacyIndependentAmountImpl(LegacyIndependentAmount.LegacyIndependentAmountBuilder builder)
-
-
Method Details
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyElection") public List<? extends LegacyIndependentAmountParty> getPartyElection()Description copied from interface:LegacyIndependentAmountThe party specific elections for the Independent Amount clause.- Specified by:
getPartyElectionin interfaceLegacyIndependentAmount
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:LegacyIndependentAmountThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceLegacyIndependentAmount
-
build
Description copied from interface:LegacyIndependentAmountBuild Methods- Specified by:
buildin interfaceLegacyIndependentAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceLegacyIndependentAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-