Package cdm.event.common
Class ContractFormationInstruction.ContractFormationInstructionBuilderImpl
java.lang.Object
cdm.event.common.ContractFormationInstruction.ContractFormationInstructionBuilderImpl
- All Implemented Interfaces:
ContractFormationInstruction,ContractFormationInstruction.ContractFormationInstructionBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ContractFormationInstruction
public static class ContractFormationInstruction.ContractFormationInstructionBuilderImpl
extends Object
implements ContractFormationInstruction.ContractFormationInstructionBuilder
Builder Implementation of ContractFormationInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.ContractFormationInstruction
ContractFormationInstruction.ContractFormationInstructionBuilder, ContractFormationInstruction.ContractFormationInstructionBuilderImpl, ContractFormationInstruction.ContractFormationInstructionImpl -
Field Summary
FieldsFields inherited from interface cdm.event.common.ContractFormationInstruction
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLegalAgreement(LegalAgreement _legalAgreement) addLegalAgreement(LegalAgreement _legalAgreement, int idx) addLegalAgreement(List<? extends LegalAgreement> legalAgreements) build()Build MethodsbooleanList<? extends LegalAgreement.LegalAgreementBuilder> Optional legal agreements associated to the contract being formed, for instance a master agreement.getOrCreateLegalAgreement(int index) booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setLegalAgreement(List<? extends LegalAgreement> legalAgreements) toString()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 cdm.event.common.ContractFormationInstruction.ContractFormationInstructionBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
legalAgreement
-
-
Constructor Details
-
ContractFormationInstructionBuilderImpl
public ContractFormationInstructionBuilderImpl()
-
-
Method Details
-
getLegalAgreement
@RosettaAttribute("legalAgreement") @RuneAttribute("legalAgreement") public List<? extends LegalAgreement.LegalAgreementBuilder> getLegalAgreement()Description copied from interface:ContractFormationInstructionOptional legal agreements associated to the contract being formed, for instance a master agreement.- Specified by:
getLegalAgreementin interfaceContractFormationInstruction- Specified by:
getLegalAgreementin interfaceContractFormationInstruction.ContractFormationInstructionBuilder
-
getOrCreateLegalAgreement
- Specified by:
getOrCreateLegalAgreementin interfaceContractFormationInstruction.ContractFormationInstructionBuilder
-
addLegalAgreement
@RosettaAttribute("legalAgreement") @RuneAttribute("legalAgreement") public ContractFormationInstruction.ContractFormationInstructionBuilder addLegalAgreement(LegalAgreement _legalAgreement) - Specified by:
addLegalAgreementin interfaceContractFormationInstruction.ContractFormationInstructionBuilder
-
addLegalAgreement
public ContractFormationInstruction.ContractFormationInstructionBuilder addLegalAgreement(LegalAgreement _legalAgreement, int idx) - Specified by:
addLegalAgreementin interfaceContractFormationInstruction.ContractFormationInstructionBuilder
-
addLegalAgreement
public ContractFormationInstruction.ContractFormationInstructionBuilder addLegalAgreement(List<? extends LegalAgreement> legalAgreements) - Specified by:
addLegalAgreementin interfaceContractFormationInstruction.ContractFormationInstructionBuilder
-
setLegalAgreement
@RuneAttribute("legalAgreement") public ContractFormationInstruction.ContractFormationInstructionBuilder setLegalAgreement(List<? extends LegalAgreement> legalAgreements) - Specified by:
setLegalAgreementin interfaceContractFormationInstruction.ContractFormationInstructionBuilder
-
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
-
prune
- Specified by:
prunein interfaceContractFormationInstruction.ContractFormationInstructionBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ContractFormationInstruction.ContractFormationInstructionBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-