Package cdm.event.common
Interface ContractFormationInstruction
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ContractFormationInstruction.ContractFormationInstructionBuilder
- All Known Implementing Classes:
ContractFormationInstruction.ContractFormationInstructionBuilderImpl,ContractFormationInstruction.ContractFormationInstructionImpl
@RosettaDataType(value="ContractFormationInstruction",
builder=ContractFormationInstructionBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="ContractFormationInstruction",
model="cdm",
builder=ContractFormationInstructionBuilderImpl.class,
version="5.30.0")
public interface ContractFormationInstruction
extends com.rosetta.model.lib.RosettaModelObject
Specifies instructions to create a fully formed contract, with optional legal agreements.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ContractFormationInstructionstatic classImmutable Implementation of ContractFormationInstruction -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends LegalAgreement> Optional legal agreements associated to the contract being formed, for instance a master agreement.default Class<? extends ContractFormationInstruction> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ContractFormationInstruction> 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
-
getLegalAgreement
List<? extends LegalAgreement> getLegalAgreement()Optional legal agreements associated to the contract being formed, for instance a master agreement. -
build
ContractFormationInstruction build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends ContractFormationInstruction> 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
-