Package cdm.product.template
Interface ConstituentWeight.ConstituentWeightBuilder
- All Superinterfaces:
ConstituentWeight,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ConstituentWeight.ConstituentWeightBuilderImpl
- Enclosing interface:
ConstituentWeight
public static interface ConstituentWeight.ConstituentWeightBuilder
extends ConstituentWeight, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.ConstituentWeight
ConstituentWeight.ConstituentWeightBuilder, ConstituentWeight.ConstituentWeightBuilderImpl, ConstituentWeight.ConstituentWeightImpl -
Field Summary
Fields inherited from interface cdm.product.template.ConstituentWeight
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setBasketPercentage(BigDecimal basketPercentage) setOpenUnits(BigDecimal openUnits) Methods inherited from interface cdm.product.template.ConstituentWeight
build, getBasketPercentage, getOpenUnits, 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
-
setOpenUnits
-
setBasketPercentage
-
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
-