Package cdm.legaldocumentation.common
Interface OtherAgreement
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
OtherAgreement.OtherAgreementBuilder
- All Known Implementing Classes:
OtherAgreement.OtherAgreementBuilderImpl,OtherAgreement.OtherAgreementImpl
@RosettaDataType(value="OtherAgreement",
builder=OtherAgreementBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="OtherAgreement",
model="cdm",
builder=OtherAgreementBuilderImpl.class,
version="5.30.0")
public interface OtherAgreement
extends com.rosetta.model.lib.RosettaModelObject
A class for defining an agreement executed between parties.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of OtherAgreementstatic classImmutable Implementation of OtherAgreement -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()com.rosetta.model.lib.records.DategetDate()The date on which the agreement was signed.An identifier that has been created to identify the agreement.The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.default Class<? extends OtherAgreement> getType()The version of the agreement.default com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreement> 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
-
getIdentifier
FieldWithMetaString getIdentifier()An identifier that has been created to identify the agreement. -
getOtherAgreementType
FieldWithMetaString getOtherAgreementType()The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties. -
getVersion
FieldWithMetaString getVersion()The version of the agreement. -
getDate
com.rosetta.model.lib.records.Date getDate()The date on which the agreement was signed. -
build
OtherAgreement build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
OtherAgreement.OtherAgreementBuilder 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
-