Package cdm.product.collateral
Interface DeliveryAmount.DeliveryAmountBuilder
- All Superinterfaces:
DeliveryAmount,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DeliveryAmount.DeliveryAmountBuilderImpl
- Enclosing interface:
DeliveryAmount
public static interface DeliveryAmount.DeliveryAmountBuilder
extends DeliveryAmount, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.DeliveryAmount
DeliveryAmount.DeliveryAmountBuilder, DeliveryAmount.DeliveryAmountBuilderImpl, DeliveryAmount.DeliveryAmountImpl -
Field Summary
Fields inherited from interface cdm.product.collateral.DeliveryAmount
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCustomElection(String customElection) setStandardElection(DeliveryAmountElectionEnum standardElection) Methods inherited from interface cdm.product.collateral.DeliveryAmount
build, getCustomElection, getStandardElection, 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
-
setStandardElection
DeliveryAmount.DeliveryAmountBuilder setStandardElection(DeliveryAmountElectionEnum standardElection) -
setCustomElection
-
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
-