Package cdm.base.staticdata.asset.common
Interface ConvertibleBond.ConvertibleBondBuilder
- All Superinterfaces:
ConvertibleBond,IdentifiedProduct,IdentifiedProduct.IdentifiedProductBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ConvertibleBond.ConvertibleBondBuilderImpl
- Enclosing interface:
ConvertibleBond
public static interface ConvertibleBond.ConvertibleBondBuilder
extends ConvertibleBond, IdentifiedProduct.IdentifiedProductBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.ConvertibleBond
ConvertibleBond.ConvertibleBondBuilder, ConvertibleBond.ConvertibleBondBuilderImpl, ConvertibleBond.ConvertibleBondImplNested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.IdentifiedProduct
IdentifiedProduct.IdentifiedProductBuilder, IdentifiedProduct.IdentifiedProductBuilderImpl, IdentifiedProduct.IdentifiedProductImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.common.ConvertibleBond
metaDataFields inherited from interface cdm.base.staticdata.asset.common.IdentifiedProduct
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setProductIdentifier(ProductIdentifier productIdentifier) Methods inherited from interface cdm.base.staticdata.asset.common.ConvertibleBond
build, getType, metaData, process, toBuilderMethods inherited from interface cdm.base.staticdata.asset.common.IdentifiedProduct.IdentifiedProductBuilder
getOrCreateProductIdentifier, getProductIdentifierMethods 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
-
setProductIdentifier
- Specified by:
setProductIdentifierin interfaceIdentifiedProduct.IdentifiedProductBuilder
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfaceIdentifiedProduct.IdentifiedProductBuilder- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfaceIdentifiedProduct.IdentifiedProductBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-