Package cdm.legaldocumentation.csa
Interface ControlAgreementNecEvent.ControlAgreementNecEventBuilder
- All Superinterfaces:
ControlAgreementNecEvent,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ControlAgreementNecEvent.ControlAgreementNecEventBuilderImpl
- Enclosing interface:
ControlAgreementNecEvent
public static interface ControlAgreementNecEvent.ControlAgreementNecEventBuilder
extends ControlAgreementNecEvent, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEvent
ControlAgreementNecEvent.ControlAgreementNecEventBuilder, ControlAgreementNecEvent.ControlAgreementNecEventBuilderImpl, ControlAgreementNecEvent.ControlAgreementNecEventImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEvent
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddControlAgreementNecEventElection(ControlAgreementNecEventElection controlAgreementNecEventElection) addControlAgreementNecEventElection(ControlAgreementNecEventElection controlAgreementNecEventElection, int idx) addControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElection) Indicates party specific Control Agreement language related to delivery of a Notice of Exclusive Control.getOrCreateControlAgreementNecEventElection(int index) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElection) Methods inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEvent
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
-
getOrCreateControlAgreementNecEventElection
ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder getOrCreateControlAgreementNecEventElection(int index) -
getControlAgreementNecEventElection
List<? extends ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder> getControlAgreementNecEventElection()Description copied from interface:ControlAgreementNecEventIndicates party specific Control Agreement language related to delivery of a Notice of Exclusive Control.- Specified by:
getControlAgreementNecEventElectionin interfaceControlAgreementNecEvent
-
addControlAgreementNecEventElection
ControlAgreementNecEvent.ControlAgreementNecEventBuilder addControlAgreementNecEventElection(ControlAgreementNecEventElection controlAgreementNecEventElection) -
addControlAgreementNecEventElection
ControlAgreementNecEvent.ControlAgreementNecEventBuilder addControlAgreementNecEventElection(ControlAgreementNecEventElection controlAgreementNecEventElection, int idx) -
addControlAgreementNecEventElection
ControlAgreementNecEvent.ControlAgreementNecEventBuilder addControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElection) -
setControlAgreementNecEventElection
ControlAgreementNecEvent.ControlAgreementNecEventBuilder setControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElection) -
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
-