Package cdm.legaldocumentation.csa
Class CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilderImpl
- All Implemented Interfaces:
CollateralManagementAgreementElection,CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CollateralManagementAgreementElection
public static class CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilderImpl
extends Object
implements CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder
Builder Implementation of CollateralManagementAgreementElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreementElection
CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder, CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilderImpl, CollateralManagementAgreementElection.CollateralManagementAgreementElectionImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreementElection
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe designated Collateral Management Agreement with respect to the elective party as the Obligee.getParty()The elective party.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCollateralManagementAgreement(String _collateralManagementAgreement) setParty(CounterpartyRoleEnum _party) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreementElection
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
party
-
collateralManagementAgreement
-
-
Constructor Details
-
CollateralManagementAgreementElectionBuilderImpl
public CollateralManagementAgreementElectionBuilderImpl()
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:CollateralManagementAgreementElectionThe elective party.- Specified by:
getPartyin interfaceCollateralManagementAgreementElection
-
getCollateralManagementAgreement
@RosettaAttribute("collateralManagementAgreement") @Accessor(GETTER) @Required @RuneAttribute("collateralManagementAgreement") public String getCollateralManagementAgreement()Description copied from interface:CollateralManagementAgreementElectionThe designated Collateral Management Agreement with respect to the elective party as the Obligee.- Specified by:
getCollateralManagementAgreementin interfaceCollateralManagementAgreementElection
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceCollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder
-
setCollateralManagementAgreement
@RosettaAttribute("collateralManagementAgreement") @Accessor(SETTER) @Required @RuneAttribute("collateralManagementAgreement") public CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder setCollateralManagementAgreement(String _collateralManagementAgreement) -
build
Description copied from interface:CollateralManagementAgreementElectionBuild Methods- Specified by:
buildin interfaceCollateralManagementAgreementElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder toBuilder()- Specified by:
toBuilderin interfaceCollateralManagementAgreementElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilder 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
-