Package cdm.legaldocumentation.csa
Interface MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder
- All Superinterfaces:
MinimumTransferAmountAmendment,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilderImpl
- Enclosing interface:
MinimumTransferAmountAmendment
public static interface MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder
extends MinimumTransferAmountAmendment, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.MinimumTransferAmountAmendment
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder, MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilderImpl, MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.MinimumTransferAmountAmendment
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElections(ElectiveAmountElection partyElections) addPartyElections(ElectiveAmountElection partyElections, int idx) addPartyElections(List<? extends ElectiveAmountElection> partyElections) The effective date of the Amendment to Termination Currency.getOrCreatePartyElections(int index) The party elective amounts.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setEffectiveDate(AmendmentEffectiveDate effectiveDate) setIsApplicable(Boolean isApplicable) setPartyElections(List<? extends ElectiveAmountElection> partyElections) Methods inherited from interface cdm.legaldocumentation.csa.MinimumTransferAmountAmendment
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
-
getOrCreateEffectiveDate
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder getOrCreateEffectiveDate() -
getEffectiveDate
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder getEffectiveDate()Description copied from interface:MinimumTransferAmountAmendmentThe effective date of the Amendment to Termination Currency.- Specified by:
getEffectiveDatein interfaceMinimumTransferAmountAmendment
-
getOrCreatePartyElections
-
getPartyElections
List<? extends ElectiveAmountElection.ElectiveAmountElectionBuilder> getPartyElections()Description copied from interface:MinimumTransferAmountAmendmentThe party elective amounts.- Specified by:
getPartyElectionsin interfaceMinimumTransferAmountAmendment
-
setIsApplicable
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder setIsApplicable(Boolean isApplicable) -
setEffectiveDate
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder setEffectiveDate(AmendmentEffectiveDate effectiveDate) -
addPartyElections
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder addPartyElections(ElectiveAmountElection partyElections) -
addPartyElections
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder addPartyElections(ElectiveAmountElection partyElections, int idx) -
addPartyElections
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder addPartyElections(List<? extends ElectiveAmountElection> partyElections) -
setPartyElections
MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder setPartyElections(List<? extends ElectiveAmountElection> partyElections) -
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
-