Package cdm.product.collateral
Interface CollateralInterestNotification.CollateralInterestNotificationBuilder
- All Superinterfaces:
CollateralInterestNotification,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CollateralInterestNotification.CollateralInterestNotificationBuilderImpl
- Enclosing interface:
CollateralInterestNotification
public static interface CollateralInterestNotification.CollateralInterestNotificationBuilder
extends CollateralInterestNotification, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.CollateralInterestNotification
CollateralInterestNotification.CollateralInterestNotificationBuilder, CollateralInterestNotification.CollateralInterestNotificationBuilderImpl, CollateralInterestNotification.CollateralInterestNotificationImpl -
Field Summary
Fields inherited from interface cdm.product.collateral.CollateralInterestNotification
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setNotificationDayType(DayTypeEnum notificationDayType) setNotificationTime(LocalTime notificationTime) setOffset(BigDecimal offset) setTrigger(String trigger) Methods inherited from interface cdm.product.collateral.CollateralInterestNotification
build, getNotificationDayType, getNotificationTime, getOffset, getTrigger, 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
-
setTrigger
-
setOffset
-
setNotificationTime
CollateralInterestNotification.CollateralInterestNotificationBuilder setNotificationTime(LocalTime notificationTime) -
setNotificationDayType
CollateralInterestNotification.CollateralInterestNotificationBuilder setNotificationDayType(DayTypeEnum notificationDayType) -
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
-