Package cdm.regulation
Interface DerivInstrmAttrbts.DerivInstrmAttrbtsBuilder
- All Superinterfaces:
DerivInstrmAttrbts,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DerivInstrmAttrbts.DerivInstrmAttrbtsBuilderImpl
- Enclosing interface:
DerivInstrmAttrbts
public static interface DerivInstrmAttrbts.DerivInstrmAttrbtsBuilder
extends DerivInstrmAttrbts, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.regulation.DerivInstrmAttrbts
DerivInstrmAttrbts.DerivInstrmAttrbtsBuilder, DerivInstrmAttrbts.DerivInstrmAttrbtsBuilderImpl, DerivInstrmAttrbts.DerivInstrmAttrbtsImpl -
Field Summary
Fields inherited from interface cdm.regulation.DerivInstrmAttrbts
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDlvryTp(String dlvryTp) setPricMltplr(String pricMltplr) setUndrlygInstrm(UndrlygInstrm undrlygInstrm) Methods inherited from interface cdm.regulation.DerivInstrmAttrbts
build, getDlvryTp, getPricMltplr, getType, getXpryDt, 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
-
getOrCreateUndrlygInstrm
UndrlygInstrm.UndrlygInstrmBuilder getOrCreateUndrlygInstrm() -
getUndrlygInstrm
UndrlygInstrm.UndrlygInstrmBuilder getUndrlygInstrm()- Specified by:
getUndrlygInstrmin interfaceDerivInstrmAttrbts
-
setXpryDt
-
setPricMltplr
-
setUndrlygInstrm
-
setDlvryTp
-
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
-