Package cdm.event.common
Class ContractFormationInstruction.ContractFormationInstructionImpl
java.lang.Object
cdm.event.common.ContractFormationInstruction.ContractFormationInstructionImpl
- All Implemented Interfaces:
ContractFormationInstruction,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ContractFormationInstruction
public static class ContractFormationInstruction.ContractFormationInstructionImpl
extends Object
implements ContractFormationInstruction
Immutable Implementation of ContractFormationInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.ContractFormationInstruction
ContractFormationInstruction.ContractFormationInstructionBuilder, ContractFormationInstruction.ContractFormationInstructionBuilderImpl, ContractFormationInstruction.ContractFormationInstructionImpl -
Field Summary
Fields inherited from interface cdm.event.common.ContractFormationInstruction
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContractFormationInstructionImpl(ContractFormationInstruction.ContractFormationInstructionBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends LegalAgreement> Optional legal agreements associated to the contract being formed, for instance a master agreement.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.common.ContractFormationInstruction
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ContractFormationInstructionImpl
protected ContractFormationInstructionImpl(ContractFormationInstruction.ContractFormationInstructionBuilder builder)
-
-
Method Details
-
getLegalAgreement
@RosettaAttribute("legalAgreement") @RuneAttribute("legalAgreement") public List<? extends LegalAgreement> getLegalAgreement()Description copied from interface:ContractFormationInstructionOptional legal agreements associated to the contract being formed, for instance a master agreement.- Specified by:
getLegalAgreementin interfaceContractFormationInstruction
-
build
Description copied from interface:ContractFormationInstructionBuild Methods- Specified by:
buildin interfaceContractFormationInstruction- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceContractFormationInstruction- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(ContractFormationInstruction.ContractFormationInstructionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-