Package cdm.product.template
Class Basket.BasketImpl
java.lang.Object
cdm.base.staticdata.asset.common.ProductBase.ProductBaseImpl
cdm.product.template.Basket.BasketImpl
- All Implemented Interfaces:
ProductBase,Basket,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Basket
Immutable Implementation of Basket
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.Basket
Basket.BasketBuilder, Basket.BasketBuilderImpl, Basket.BasketImplNested 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 MethodsbooleanIdentifies the constituents of the basketList<? extends BasketConstituent> Identifies the constituents of the basketinthashCode()protected voidsetBuilderFields(Basket.BasketBuilder builder) toString()Methods inherited from class cdm.base.staticdata.asset.common.ProductBase.ProductBaseImpl
getProductIdentifier, getProductTaxonomy, setBuilderFieldsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.asset.common.ProductBase
getProductIdentifier, getProductTaxonomyMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
BasketImpl
-
-
Method Details
-
getBasketConstituent
@RosettaAttribute("basketConstituent") @RuneAttribute("basketConstituent") public List<? extends Product> getBasketConstituent()Description copied from interface:BasketIdentifies the constituents of the basket- Specified by:
getBasketConstituentin interfaceBasket
-
getPortfolioBasketConstituent
@RosettaAttribute("portfolioBasketConstituent") @RuneAttribute("portfolioBasketConstituent") public List<? extends BasketConstituent> getPortfolioBasketConstituent()Description copied from interface:BasketIdentifies the constituents of the basket- Specified by:
getPortfolioBasketConstituentin interfaceBasket
-
build
Description copied from interface:ProductBaseBuild Methods- Specified by:
buildin interfaceBasket- Specified by:
buildin interfaceProductBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
buildin classProductBase.ProductBaseImpl
-
toBuilder
- Specified by:
toBuilderin interfaceBasket- Specified by:
toBuilderin interfaceProductBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
toBuilderin classProductBase.ProductBaseImpl
-
setBuilderFields
-
equals
- Overrides:
equalsin classProductBase.ProductBaseImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classProductBase.ProductBaseImpl
-
toString
- Overrides:
toStringin classProductBase.ProductBaseImpl
-