Package cdm.legaldocumentation.csa
Class LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl
- All Implemented Interfaces:
LegacyIndependentAmount,LegacyIndependentAmount.LegacyIndependentAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
LegacyIndependentAmount
public static class LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl
extends Object
implements LegacyIndependentAmount.LegacyIndependentAmountBuilder
Builder Implementation of LegacyIndependentAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
LegacyIndependentAmount.LegacyIndependentAmountBuilder, LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl, LegacyIndependentAmount.LegacyIndependentAmountImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(LegacyIndependentAmountParty _partyElection) addPartyElection(LegacyIndependentAmountParty _partyElection, int idx) addPartyElection(List<? extends LegacyIndependentAmountParty> partyElections) build()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.getOrCreatePartyElection(int index) The party specific elections for the Independent Amount clause.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAdditionalLanguage(String _additionalLanguage) setPartyElection(List<? extends LegacyIndependentAmountParty> partyElections) toString()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 cdm.legaldocumentation.csa.LegacyIndependentAmount.LegacyIndependentAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
partyElection
-
additionalLanguage
-
-
Constructor Details
-
LegacyIndependentAmountBuilderImpl
public LegacyIndependentAmountBuilderImpl()
-
-
Method Details
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyElection") public List<? extends LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder> getPartyElection()Description copied from interface:LegacyIndependentAmountThe party specific elections for the Independent Amount clause.- Specified by:
getPartyElectionin interfaceLegacyIndependentAmount- Specified by:
getPartyElectionin interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder
-
getOrCreatePartyElection
public LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder getOrCreatePartyElection(int index) - Specified by:
getOrCreatePartyElectionin interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder
-
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
-
addPartyElection
@RosettaAttribute("partyElection") @Accessor(ADDER) @Required @Multi @RuneAttribute("partyElection") public LegacyIndependentAmount.LegacyIndependentAmountBuilder addPartyElection(LegacyIndependentAmountParty _partyElection) - Specified by:
addPartyElectionin interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder
-
addPartyElection
public LegacyIndependentAmount.LegacyIndependentAmountBuilder addPartyElection(LegacyIndependentAmountParty _partyElection, int idx) - Specified by:
addPartyElectionin interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder
-
addPartyElection
public LegacyIndependentAmount.LegacyIndependentAmountBuilder addPartyElection(List<? extends LegacyIndependentAmountParty> partyElections) - Specified by:
addPartyElectionin interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder
-
setPartyElection
@RosettaAttribute("partyElection") @Accessor(SETTER) @Required @Multi @RuneAttribute("partyElection") public LegacyIndependentAmount.LegacyIndependentAmountBuilder setPartyElection(List<? extends LegacyIndependentAmountParty> partyElections) - Specified by:
setPartyElectionin interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder
-
setAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(SETTER) @RuneAttribute("additionalLanguage") public LegacyIndependentAmount.LegacyIndependentAmountBuilder setAdditionalLanguage(String _additionalLanguage) - Specified by:
setAdditionalLanguagein interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder
-
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
-
prune
- Specified by:
prunein interfaceLegacyIndependentAmount.LegacyIndependentAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public LegacyIndependentAmount.LegacyIndependentAmountBuilder 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
-