Interface EscrowArrangement.EscrowArrangementBuilder
- All Superinterfaces:
EscrowArrangement,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
EscrowArrangement.EscrowArrangementBuilderImpl
- Enclosing interface:
EscrowArrangement
public static interface EscrowArrangement.EscrowArrangementBuilder
extends EscrowArrangement, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.transaction.additionalterms.EscrowArrangement
EscrowArrangement.EscrowArrangementBuilder, EscrowArrangement.EscrowArrangementBuilderImpl, EscrowArrangement.EscrowArrangementImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.transaction.additionalterms.EscrowArrangement
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setBespokeEscrowArrangements(Clause bespokeEscrowArrangements) setEscrowArrangementIsApplicable(Boolean escrowArrangementIsApplicable) setMaximumDaysOfDisruption(ValuationPostponement maximumDaysOfDisruption) Methods inherited from interface cdm.legaldocumentation.transaction.additionalterms.EscrowArrangement
build, getEscrowArrangementIsApplicable, 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
-
getOrCreateMaximumDaysOfDisruption
ValuationPostponement.ValuationPostponementBuilder getOrCreateMaximumDaysOfDisruption() -
getMaximumDaysOfDisruption
ValuationPostponement.ValuationPostponementBuilder getMaximumDaysOfDisruption()- Specified by:
getMaximumDaysOfDisruptionin interfaceEscrowArrangement
-
getOrCreateBespokeEscrowArrangements
Clause.ClauseBuilder getOrCreateBespokeEscrowArrangements() -
getBespokeEscrowArrangements
Clause.ClauseBuilder getBespokeEscrowArrangements()- Specified by:
getBespokeEscrowArrangementsin interfaceEscrowArrangement
-
setEscrowArrangementIsApplicable
EscrowArrangement.EscrowArrangementBuilder setEscrowArrangementIsApplicable(Boolean escrowArrangementIsApplicable) -
setMaximumDaysOfDisruption
EscrowArrangement.EscrowArrangementBuilder setMaximumDaysOfDisruption(ValuationPostponement maximumDaysOfDisruption) -
setBespokeEscrowArrangements
EscrowArrangement.EscrowArrangementBuilder setBespokeEscrowArrangements(Clause bespokeEscrowArrangements) -
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
-