Package cdm.legaldocumentation.csa
Interface InterestAdjustment.InterestAdjustmentBuilder
- All Superinterfaces:
InterestAdjustment,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
InterestAdjustment.InterestAdjustmentBuilderImpl
- Enclosing interface:
InterestAdjustment
public static interface InterestAdjustment.InterestAdjustmentBuilder
extends InterestAdjustment, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.InterestAdjustment
InterestAdjustment.InterestAdjustmentBuilder, InterestAdjustment.InterestAdjustmentBuilderImpl, InterestAdjustment.InterestAdjustmentImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.InterestAdjustment
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe qualification of the Interest Adjustment periodicity.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setIsApplicable(Boolean isApplicable) setPeriodicity(InterestAdjustmentPeriodicity periodicity) Methods inherited from interface cdm.legaldocumentation.csa.InterestAdjustment
build, getIsApplicable, 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
-
getOrCreatePeriodicity
InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder getOrCreatePeriodicity() -
getPeriodicity
InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder getPeriodicity()Description copied from interface:InterestAdjustmentThe qualification of the Interest Adjustment periodicity.- Specified by:
getPeriodicityin interfaceInterestAdjustment
-
setIsApplicable
-
setPeriodicity
InterestAdjustment.InterestAdjustmentBuilder setPeriodicity(InterestAdjustmentPeriodicity periodicity) -
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
-