Package cdm.base.staticdata.asset.common
Class ProductBase.ProductBaseImpl
java.lang.Object
cdm.base.staticdata.asset.common.ProductBase.ProductBaseImpl
- All Implemented Interfaces:
ProductBase,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
Basket.BasketImpl,ContractualProduct.ContractualProductImpl,Index.IndexImpl,Listing.ListingImpl,Loan.LoanImpl
- Enclosing interface:
ProductBase
Immutable Implementation of ProductBase
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.ProductBase
ProductBase.ProductBaseBuilder, ProductBase.ProductBaseBuilderImpl, ProductBase.ProductBaseImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.common.ProductBase
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends ReferenceWithMetaProductIdentifier> Comprises an identifier and a source.List<? extends ProductTaxonomy> Specifies the product taxonomy, which is composed of a taxonomy value and a taxonomy 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.ProductBase
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ProductBaseImpl
-
-
Method Details
-
getProductTaxonomy
@RosettaAttribute("productTaxonomy") @RuneAttribute("productTaxonomy") public List<? extends ProductTaxonomy> getProductTaxonomy()Description copied from interface:ProductBaseSpecifies the product taxonomy, which is composed of a taxonomy value and a taxonomy source.- Specified by:
getProductTaxonomyin interfaceProductBase
-
getProductIdentifier
@RosettaAttribute("productIdentifier") @RuneAttribute("productIdentifier") @RuneScopedAttributeReference public List<? extends ReferenceWithMetaProductIdentifier> getProductIdentifier()Description copied from interface:ProductBaseComprises 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 interfaceProductBase
-
build
Description copied from interface:ProductBaseBuild Methods- Specified by:
buildin interfaceProductBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceProductBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-