Package cdm.product.template
Interface CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
- All Superinterfaces:
CancelableProvisionAdjustedDates,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl
- Enclosing interface:
CancelableProvisionAdjustedDates
public static interface CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
extends CancelableProvisionAdjustedDates, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.CancelableProvisionAdjustedDates
CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder, CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl, CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesImpl -
Field Summary
Fields inherited from interface cdm.product.template.CancelableProvisionAdjustedDates
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddCancellationEvent(CancellationEvent cancellationEvent) addCancellationEvent(CancellationEvent cancellationEvent, int idx) addCancellationEvent(List<? extends CancellationEvent> cancellationEvent) List<? extends CancellationEvent.CancellationEventBuilder> The adjusted dates for an individual cancellation date.getOrCreateCancellationEvent(int index) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCancellationEvent(List<? extends CancellationEvent> cancellationEvent) Methods inherited from interface cdm.product.template.CancelableProvisionAdjustedDates
build, 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
-
getOrCreateCancellationEvent
-
getCancellationEvent
List<? extends CancellationEvent.CancellationEventBuilder> getCancellationEvent()Description copied from interface:CancelableProvisionAdjustedDatesThe adjusted dates for an individual cancellation date.- Specified by:
getCancellationEventin interfaceCancelableProvisionAdjustedDates
-
addCancellationEvent
CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder addCancellationEvent(CancellationEvent cancellationEvent) -
addCancellationEvent
CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder addCancellationEvent(CancellationEvent cancellationEvent, int idx) -
addCancellationEvent
CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder addCancellationEvent(List<? extends CancellationEvent> cancellationEvent) -
setCancellationEvent
CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder setCancellationEvent(List<? extends CancellationEvent> cancellationEvent) -
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
-