Package cdm.legaldocumentation.csa
Class CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl
- All Implemented Interfaces:
CollateralManagementAgreement,CollateralManagementAgreement.CollateralManagementAgreementBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CollateralManagementAgreement
public static class CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl
extends Object
implements CollateralManagementAgreement.CollateralManagementAgreementBuilder
Builder Implementation of CollateralManagementAgreement
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreement
CollateralManagementAgreement.CollateralManagementAgreementBuilder, CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl, CollateralManagementAgreement.CollateralManagementAgreementImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreement
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(CollateralManagementAgreementElection _partyElection) addPartyElection(CollateralManagementAgreementElection _partyElection, int idx) addPartyElection(List<? extends CollateralManagementAgreementElection> partyElections) build()Build MethodsbooleangetOrCreatePartyElection(int index) The parties' Collateral Management Agreement election.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setPartyElection(List<? extends CollateralManagementAgreementElection> partyElections) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreement
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreement.CollateralManagementAgreementBuilder
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
protected List<CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder> partyElection
-
-
Constructor Details
-
CollateralManagementAgreementBuilderImpl
public CollateralManagementAgreementBuilderImpl()
-
-
Method Details
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyElection") public List<? extends CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder> getPartyElection()Description copied from interface:CollateralManagementAgreementThe parties' Collateral Management Agreement election.- Specified by:
getPartyElectionin interfaceCollateralManagementAgreement- Specified by:
getPartyElectionin interfaceCollateralManagementAgreement.CollateralManagementAgreementBuilder
-
getOrCreatePartyElection
public CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder getOrCreatePartyElection(int index) - Specified by:
getOrCreatePartyElectionin interfaceCollateralManagementAgreement.CollateralManagementAgreementBuilder
-
addPartyElection
@RosettaAttribute("partyElection") @Accessor(ADDER) @Required @Multi @RuneAttribute("partyElection") public CollateralManagementAgreement.CollateralManagementAgreementBuilder addPartyElection(CollateralManagementAgreementElection _partyElection) - Specified by:
addPartyElectionin interfaceCollateralManagementAgreement.CollateralManagementAgreementBuilder
-
addPartyElection
public CollateralManagementAgreement.CollateralManagementAgreementBuilder addPartyElection(CollateralManagementAgreementElection _partyElection, int idx) - Specified by:
addPartyElectionin interfaceCollateralManagementAgreement.CollateralManagementAgreementBuilder
-
addPartyElection
public CollateralManagementAgreement.CollateralManagementAgreementBuilder addPartyElection(List<? extends CollateralManagementAgreementElection> partyElections) - Specified by:
addPartyElectionin interfaceCollateralManagementAgreement.CollateralManagementAgreementBuilder
-
setPartyElection
@RosettaAttribute("partyElection") @Accessor(SETTER) @Required @Multi @RuneAttribute("partyElection") public CollateralManagementAgreement.CollateralManagementAgreementBuilder setPartyElection(List<? extends CollateralManagementAgreementElection> partyElections) - Specified by:
setPartyElectionin interfaceCollateralManagementAgreement.CollateralManagementAgreementBuilder
-
build
Description copied from interface:CollateralManagementAgreementBuild Methods- Specified by:
buildin interfaceCollateralManagementAgreement- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCollateralManagementAgreement- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCollateralManagementAgreement.CollateralManagementAgreementBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CollateralManagementAgreement.CollateralManagementAgreementBuilder 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
-