Package cdm.legaldocumentation.common
Interface UmbrellaAgreementSet
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
UmbrellaAgreementSet.UmbrellaAgreementSetBuilder
- All Known Implementing Classes:
UmbrellaAgreementSet.UmbrellaAgreementSetBuilderImpl,UmbrellaAgreementSet.UmbrellaAgreementSetImpl
@RosettaDataType(value="UmbrellaAgreementSet",
builder=UmbrellaAgreementSetBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="UmbrellaAgreementSet",
model="cdm",
builder=UmbrellaAgreementSetBuilderImpl.class,
version="7.0.0-dev.105")
public interface UmbrellaAgreementSet
extends com.rosetta.model.lib.RosettaModelObject
Represents the groups of agreement term elections that exist within the agreement and to which entities that particular group of elections apply. Where all entities under the umbrella have the same set of elections only one agreement set will exist. At least one agreement set must be defined for an Umbrella agreement
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of UmbrellaAgreementSetstatic classImmutable Implementation of UmbrellaAgreementSet -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Represents any additional language that may need to be captured regarding the structure or application of terms that may exist for the agreement.Specification of the standard set of terms that define a legal agreement.List<? extends UmbrellaAgreementParty> getParty()Specifies the underlying parties to the agreement that either act as legal parties to the agreement or represent legal constructs that are managed by a party to the agreement but do not represent a Legal Entity as of themselves.default Class<? extends UmbrellaAgreementSet> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends UmbrellaAgreementSet> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getAgreement
Agreement getAgreement()Specification of the standard set of terms that define a legal agreement. -
getParty
List<? extends UmbrellaAgreementParty> getParty()Specifies the underlying parties to the agreement that either act as legal parties to the agreement or represent legal constructs that are managed by a party to the agreement but do not represent a Legal Entity as of themselves. -
getAdditionalLanguage
String getAdditionalLanguage()Represents any additional language that may need to be captured regarding the structure or application of terms that may exist for the agreement. -
build
UmbrellaAgreementSet build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
UmbrellaAgreementSet.UmbrellaAgreementSetBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- 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 interfacecom.rosetta.model.lib.RosettaModelObject
-