Package cdm.base.staticdata.asset.common
Class IndexReferenceInformation.IndexReferenceInformationImpl
java.lang.Object
cdm.base.staticdata.asset.common.IndexReferenceInformation.IndexReferenceInformationImpl
- All Implemented Interfaces:
IndexReferenceInformation,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
CreditIndexReferenceInformation.CreditIndexReferenceInformationImpl
- Enclosing interface:
IndexReferenceInformation
public static class IndexReferenceInformation.IndexReferenceInformationImpl
extends Object
implements IndexReferenceInformation
Immutable Implementation of IndexReferenceInformation
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.IndexReferenceInformation
IndexReferenceInformation.IndexReferenceInformationBuilder, IndexReferenceInformation.IndexReferenceInformationBuilderImpl, IndexReferenceInformation.IndexReferenceInformationImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.common.IndexReferenceInformation
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends FieldWithMetaString> An index identifier (e.g.The name of the index expressed as a free format string with an associated scheme.List<? extends ProductIdentifier> Comprises an identifier and a source.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.asset.common.IndexReferenceInformation
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
IndexReferenceInformationImpl
protected IndexReferenceInformationImpl(IndexReferenceInformation.IndexReferenceInformationBuilder builder)
-
-
Method Details
-
getIndexName
@RosettaAttribute("indexName") @RuneAttribute("indexName") public FieldWithMetaString getIndexName()Description copied from interface:IndexReferenceInformationThe name of the index expressed as a free format string with an associated scheme.- Specified by:
getIndexNamein interfaceIndexReferenceInformation
-
getIndexId
@RosettaAttribute("indexId") @RuneAttribute("indexId") public List<? extends FieldWithMetaString> getIndexId()Description copied from interface:IndexReferenceInformationAn index identifier (e.g. RED pair code).- Specified by:
getIndexIdin interfaceIndexReferenceInformation
-
getProductIdentifier
@RosettaAttribute("productIdentifier") @RuneAttribute("productIdentifier") public List<? extends ProductIdentifier> getProductIdentifier()Description copied from interface:IndexReferenceInformationComprises an identifier and a source. The associated metadata key denotes the ability to associate a hash value to the ProductIdentifier instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage.- Specified by:
getProductIdentifierin interfaceIndexReferenceInformation
-
build
Description copied from interface:IndexReferenceInformationBuild Methods- Specified by:
buildin interfaceIndexReferenceInformation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceIndexReferenceInformation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-