Package cdm.legaldocumentation.common
Interface UmbrellaAgreementParty.UmbrellaAgreementPartyBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,UmbrellaAgreementParty
- All Known Implementing Classes:
UmbrellaAgreementParty.UmbrellaAgreementPartyBuilderImpl
- Enclosing interface:
UmbrellaAgreementParty
public static interface UmbrellaAgreementParty.UmbrellaAgreementPartyBuilder
extends UmbrellaAgreementParty, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.common.UmbrellaAgreementParty
UmbrellaAgreementParty.UmbrellaAgreementPartyBuilder, UmbrellaAgreementParty.UmbrellaAgreementPartyBuilderImpl, UmbrellaAgreementParty.UmbrellaAgreementPartyImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.common.UmbrellaAgreementParty
metaData -
Method Summary
Modifier and TypeMethodDescriptionSpecifies a non-legal entity that exists in the agreement with a defined relationship to a Legal entity to the agreement.Represents the identification of a parent child relationship between two entities in the Umbrella agreement, allowing non-legal entities to be linked to the appropriate legal entity and allowing funds, portfolio or managed accounts to be linked to their applicable Investment Manager or Agent within the agreement.getParty()Specifies the party to the umbrella agreementdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setActingAs(CounterpartyRoleEnum actingAs) setNonLegalEntity(NonLegalEntity nonLegalEntity) setParentParty(Party parentParty) setPartyRole(UmbrellaPartyRoleEnum partyRole) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.common.UmbrellaAgreementParty
build, getActingAs, getPartyRole, getType, metaData, process, toBuilder
-
Method Details
-
getOrCreateParty
Party.PartyBuilder getOrCreateParty() -
getParty
Party.PartyBuilder getParty()Description copied from interface:UmbrellaAgreementPartySpecifies the party to the umbrella agreement- Specified by:
getPartyin interfaceUmbrellaAgreementParty
-
getOrCreateNonLegalEntity
NonLegalEntity.NonLegalEntityBuilder getOrCreateNonLegalEntity() -
getNonLegalEntity
NonLegalEntity.NonLegalEntityBuilder getNonLegalEntity()Description copied from interface:UmbrellaAgreementPartySpecifies a non-legal entity that exists in the agreement with a defined relationship to a Legal entity to the agreement.- Specified by:
getNonLegalEntityin interfaceUmbrellaAgreementParty
-
getOrCreateParentParty
Party.PartyBuilder getOrCreateParentParty() -
getParentParty
Party.PartyBuilder getParentParty()Description copied from interface:UmbrellaAgreementPartyRepresents the identification of a parent child relationship between two entities in the Umbrella agreement, allowing non-legal entities to be linked to the appropriate legal entity and allowing funds, portfolio or managed accounts to be linked to their applicable Investment Manager or Agent within the agreement.- Specified by:
getParentPartyin interfaceUmbrellaAgreementParty
-
setParty
-
setActingAs
-
setPartyRole
-
setNonLegalEntity
UmbrellaAgreementParty.UmbrellaAgreementPartyBuilder setNonLegalEntity(NonLegalEntity nonLegalEntity) -
setParentParty
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-