Package cdm.base.staticdata.asset.common
Interface Bond.BondBuilder
- All Superinterfaces:
Bond,IdentifiedProduct,IdentifiedProduct.IdentifiedProductBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
Bond.BondBuilderImpl
- Enclosing interface:
Bond
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.Bond
Bond.BondBuilder, Bond.BondBuilderImpl, Bond.BondImplNested 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.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.Bond
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
Bond.BondBuilder prune()- Specified by:
prunein interfaceIdentifiedProduct.IdentifiedProductBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-