Package cdm.legaldocumentation.common
Interface UmbrellaAgreementEntity
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,LegalEntity,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder
- All Known Implementing Classes:
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilderImpl,UmbrellaAgreementEntity.UmbrellaAgreementEntityImpl
@RosettaDataType(value="UmbrellaAgreementEntity",
builder=UmbrellaAgreementEntityBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="UmbrellaAgreementEntity",
model="cdm",
builder=UmbrellaAgreementEntityBuilderImpl.class,
version="5.30.0")
public interface UmbrellaAgreementEntity
extends LegalEntity
A class to specify the legal entities that are part of the umbrella agreement.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of UmbrellaAgreementEntitystatic classImmutable Implementation of UmbrellaAgreementEntityNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.base.staticdata.party.LegalEntity
LegalEntity.LegalEntityBuilder, LegalEntity.LegalEntityBuilderImpl, LegalEntity.LegalEntityImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()getTerms()The terms that might be associated with each party to the umbrella agreement.default Class<? extends UmbrellaAgreementEntity> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends UmbrellaAgreementEntity> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.base.staticdata.party.LegalEntity
getEntityId, getEntityIdentifier, getMeta, getNameMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getTerms
String getTerms()The terms that might be associated with each party to the umbrella agreement. -
build
UmbrellaAgreementEntity build()Build Methods- Specified by:
buildin interfaceLegalEntity- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceLegalEntity- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceLegalEntity- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceLegalEntity- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfaceLegalEntity- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-