Package cdm.observable.asset
Class BondChoiceModel.BondChoiceModelBuilderImpl
java.lang.Object
cdm.observable.asset.BondChoiceModel.BondChoiceModelBuilderImpl
- All Implemented Interfaces:
BondChoiceModel,BondChoiceModel.BondChoiceModelBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
BondChoiceModel
public static class BondChoiceModel.BondChoiceModelBuilderImpl
extends Object
implements BondChoiceModel.BondChoiceModelBuilder
Builder Implementation of BondChoiceModel
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.BondChoiceModel
BondChoiceModel.BondChoiceModelBuilder, BondChoiceModel.BondChoiceModelBuilderImpl, BondChoiceModel.BondChoiceModelImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Bond.BondBuilderprotected ConvertibleBond.ConvertibleBondBuilderFields inherited from interface cdm.observable.asset.BondChoiceModel
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleangetBond()Getter MethodsbooleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setConvertibleBond(ConvertibleBond _convertibleBond) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.BondChoiceModel
getType, metaData, processMethods inherited from interface cdm.observable.asset.BondChoiceModel.BondChoiceModelBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
bond
-
convertibleBond
-
-
Constructor Details
-
BondChoiceModelBuilderImpl
public BondChoiceModelBuilderImpl()
-
-
Method Details
-
getBond
Description copied from interface:BondChoiceModelGetter Methods- Specified by:
getBondin interfaceBondChoiceModel- Specified by:
getBondin interfaceBondChoiceModel.BondChoiceModelBuilder
-
getOrCreateBond
- Specified by:
getOrCreateBondin interfaceBondChoiceModel.BondChoiceModelBuilder
-
getConvertibleBond
@RosettaAttribute("convertibleBond") @RuneAttribute("convertibleBond") public ConvertibleBond.ConvertibleBondBuilder getConvertibleBond()- Specified by:
getConvertibleBondin interfaceBondChoiceModel- Specified by:
getConvertibleBondin interfaceBondChoiceModel.BondChoiceModelBuilder
-
getOrCreateConvertibleBond
- Specified by:
getOrCreateConvertibleBondin interfaceBondChoiceModel.BondChoiceModelBuilder
-
setBond
@RosettaAttribute("bond") @RuneAttribute("bond") public BondChoiceModel.BondChoiceModelBuilder setBond(Bond _bond) - Specified by:
setBondin interfaceBondChoiceModel.BondChoiceModelBuilder
-
setConvertibleBond
@RosettaAttribute("convertibleBond") @RuneAttribute("convertibleBond") public BondChoiceModel.BondChoiceModelBuilder setConvertibleBond(ConvertibleBond _convertibleBond) - Specified by:
setConvertibleBondin interfaceBondChoiceModel.BondChoiceModelBuilder
-
build
Description copied from interface:BondChoiceModelBuild Methods- Specified by:
buildin interfaceBondChoiceModel- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceBondChoiceModel- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceBondChoiceModel.BondChoiceModelBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public BondChoiceModel.BondChoiceModelBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-