Package cdm.observable.asset
Interface BondChoiceModel.BondChoiceModelBuilder
- All Superinterfaces:
BondChoiceModel,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
BondChoiceModel.BondChoiceModelBuilderImpl
- Enclosing interface:
BondChoiceModel
public static interface BondChoiceModel.BondChoiceModelBuilder
extends BondChoiceModel, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.BondChoiceModel
BondChoiceModel.BondChoiceModelBuilder, BondChoiceModel.BondChoiceModelBuilderImpl, BondChoiceModel.BondChoiceModelImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.BondChoiceModel
metaData -
Method Summary
Modifier and TypeMethodDescriptiongetBond()Getter Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setConvertibleBond(ConvertibleBond convertibleBond) Methods inherited from interface cdm.observable.asset.BondChoiceModel
build, 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
-
getOrCreateBond
Bond.BondBuilder getOrCreateBond() -
getBond
Bond.BondBuilder getBond()Description copied from interface:BondChoiceModelGetter Methods- Specified by:
getBondin interfaceBondChoiceModel
-
getOrCreateConvertibleBond
ConvertibleBond.ConvertibleBondBuilder getOrCreateConvertibleBond() -
getConvertibleBond
ConvertibleBond.ConvertibleBondBuilder getConvertibleBond()- Specified by:
getConvertibleBondin interfaceBondChoiceModel
-
setBond
-
setConvertibleBond
-
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
-