Package cdm.legaldocumentation.csa
Interface ThresholdFixedAmount.ThresholdFixedAmountBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,ThresholdFixedAmount
- All Known Implementing Classes:
ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl
- Enclosing interface:
ThresholdFixedAmount
public static interface ThresholdFixedAmount.ThresholdFixedAmountBuilder
extends ThresholdFixedAmount, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ThresholdFixedAmount
ThresholdFixedAmount.ThresholdFixedAmountBuilder, ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl, ThresholdFixedAmount.ThresholdFixedAmountImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ThresholdFixedAmount
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAmountIsInfinity(Boolean amountIsInfinity) setCurrency(ISOCurrencyCodeEnum currency) setParty(CounterpartyRoleEnum party) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.ThresholdFixedAmount
build, getAmount, getAmountIsInfinity, getCurrency, getParty, getType, metaData, process, toBuilder
-
Method Details
-
setParty
-
setAmount
-
setCurrency
-
setAmountIsInfinity
-
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
-