Package cdm.legaldocumentation.common
Interface OtherAgreement.OtherAgreementBuilder
- All Superinterfaces:
OtherAgreement,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
OtherAgreement.OtherAgreementBuilderImpl
- Enclosing interface:
OtherAgreement
public static interface OtherAgreement.OtherAgreementBuilder
extends OtherAgreement, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.common.OtherAgreement
OtherAgreement.OtherAgreementBuilder, OtherAgreement.OtherAgreementBuilderImpl, OtherAgreement.OtherAgreementImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.common.OtherAgreement
metaData -
Method Summary
Modifier and TypeMethodDescriptionAn 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.The version of the agreement.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDate(com.rosetta.model.lib.records.Date date) setIdentifier(FieldWithMetaString identifier) setIdentifierValue(String identifier) setOtherAgreementType(FieldWithMetaString otherAgreementType) setOtherAgreementTypeValue(String otherAgreementType) setVersion(FieldWithMetaString version) setVersionValue(String version) Methods inherited from interface cdm.legaldocumentation.common.OtherAgreement
build, getDate, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateIdentifier
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateIdentifier() -
getIdentifier
FieldWithMetaString.FieldWithMetaStringBuilder getIdentifier()Description copied from interface:OtherAgreementAn identifier that has been created to identify the agreement.- Specified by:
getIdentifierin interfaceOtherAgreement
-
getOrCreateOtherAgreementType
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateOtherAgreementType() -
getOtherAgreementType
FieldWithMetaString.FieldWithMetaStringBuilder getOtherAgreementType()Description copied from interface:OtherAgreementThe agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.- Specified by:
getOtherAgreementTypein interfaceOtherAgreement
-
getOrCreateVersion
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateVersion() -
getVersion
FieldWithMetaString.FieldWithMetaStringBuilder getVersion()Description copied from interface:OtherAgreementThe version of the agreement.- Specified by:
getVersionin interfaceOtherAgreement
-
setIdentifier
-
setIdentifierValue
-
setOtherAgreementType
-
setOtherAgreementTypeValue
-
setVersion
-
setVersionValue
-
setDate
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-