Package cdm.base.staticdata.asset.common
Interface PriceSource.PriceSourceBuilder
- All Superinterfaces:
PriceSource,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
PriceSource.PriceSourceBuilderImpl
- Enclosing interface:
PriceSource
public static interface PriceSource.PriceSourceBuilder
extends PriceSource, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.PriceSource
PriceSource.PriceSourceBuilder, PriceSource.PriceSourceBuilderImpl, PriceSource.PriceSourceImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.common.PriceSource
metaData -
Method Summary
Modifier and TypeMethodDescriptionDefines a publication in which the price can be found.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPricePublisher(FieldWithMetaString pricePublisher) setPricePublisherValue(String pricePublisher) setPriceSourceHeading(String priceSourceHeading) setPriceSourceLocation(String priceSourceLocation) setPriceSourceTime(LocalTime priceSourceTime) Methods inherited from interface cdm.base.staticdata.asset.common.PriceSource
build, getPriceSourceHeading, getPriceSourceLocation, getPriceSourceTime, 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
-
getOrCreatePricePublisher
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreatePricePublisher() -
getPricePublisher
FieldWithMetaString.FieldWithMetaStringBuilder getPricePublisher()Description copied from interface:PriceSourceDefines a publication in which the price can be found. (e.g Gas Daily, Platts Bloomberg. Commodity publishers can be found at this URL: http://www.fpml.org/coding-scheme/commodity-information-provider>- Specified by:
getPricePublisherin interfacePriceSource
-
setPricePublisher
-
setPricePublisherValue
-
setPriceSourceLocation
-
setPriceSourceHeading
-
setPriceSourceTime
-
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
PriceSource.PriceSourceBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-