Package cdm.legaldocumentation.csa
Interface AmendmentEffectiveDate.AmendmentEffectiveDateBuilder
- All Superinterfaces:
AmendmentEffectiveDate,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
AmendmentEffectiveDate.AmendmentEffectiveDateBuilderImpl
- Enclosing interface:
AmendmentEffectiveDate
public static interface AmendmentEffectiveDate.AmendmentEffectiveDateBuilder
extends AmendmentEffectiveDate, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.AmendmentEffectiveDate
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder, AmendmentEffectiveDate.AmendmentEffectiveDateBuilderImpl, AmendmentEffectiveDate.AmendmentEffectiveDateImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.AmendmentEffectiveDate
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCustomProvision(String customProvision) setDate(com.rosetta.model.lib.records.Date date) setSpecificDate(AmendmentEffectiveDateEnum specificDate) Methods inherited from interface cdm.legaldocumentation.csa.AmendmentEffectiveDate
build, getCustomProvision, getDate, getSpecificDate, 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
-
setDate
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder setDate(com.rosetta.model.lib.records.Date date) -
setSpecificDate
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder setSpecificDate(AmendmentEffectiveDateEnum specificDate) -
setCustomProvision
-
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
-