Package cdm.legaldocumentation.csa
Class ControlAgreementNecEvent.ControlAgreementNecEventBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.ControlAgreementNecEvent.ControlAgreementNecEventBuilderImpl
- All Implemented Interfaces:
ControlAgreementNecEvent,ControlAgreementNecEvent.ControlAgreementNecEventBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ControlAgreementNecEvent
public static class ControlAgreementNecEvent.ControlAgreementNecEventBuilderImpl
extends Object
implements ControlAgreementNecEvent.ControlAgreementNecEventBuilder
Builder Implementation of ControlAgreementNecEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEvent
ControlAgreementNecEvent.ControlAgreementNecEventBuilder, ControlAgreementNecEvent.ControlAgreementNecEventBuilderImpl, ControlAgreementNecEvent.ControlAgreementNecEventImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEvent
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddControlAgreementNecEventElection(ControlAgreementNecEventElection _controlAgreementNecEventElection) addControlAgreementNecEventElection(ControlAgreementNecEventElection _controlAgreementNecEventElection, int idx) addControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElections) build()Build MethodsbooleanIndicates party specific Control Agreement language related to delivery of a Notice of Exclusive Control.getOrCreateControlAgreementNecEventElection(int index) booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElections) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEvent
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEvent.ControlAgreementNecEventBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
controlAgreementNecEventElection
protected List<ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder> controlAgreementNecEventElection
-
-
Constructor Details
-
ControlAgreementNecEventBuilderImpl
public ControlAgreementNecEventBuilderImpl()
-
-
Method Details
-
getControlAgreementNecEventElection
@RosettaAttribute("controlAgreementNecEventElection") @Accessor(GETTER) @Required @Multi @RuneAttribute("controlAgreementNecEventElection") public 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- Specified by:
getControlAgreementNecEventElectionin interfaceControlAgreementNecEvent.ControlAgreementNecEventBuilder
-
getOrCreateControlAgreementNecEventElection
public ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder getOrCreateControlAgreementNecEventElection(int index) - Specified by:
getOrCreateControlAgreementNecEventElectionin interfaceControlAgreementNecEvent.ControlAgreementNecEventBuilder
-
addControlAgreementNecEventElection
@RosettaAttribute("controlAgreementNecEventElection") @Accessor(ADDER) @Required @Multi @RuneAttribute("controlAgreementNecEventElection") public ControlAgreementNecEvent.ControlAgreementNecEventBuilder addControlAgreementNecEventElection(ControlAgreementNecEventElection _controlAgreementNecEventElection) - Specified by:
addControlAgreementNecEventElectionin interfaceControlAgreementNecEvent.ControlAgreementNecEventBuilder
-
addControlAgreementNecEventElection
public ControlAgreementNecEvent.ControlAgreementNecEventBuilder addControlAgreementNecEventElection(ControlAgreementNecEventElection _controlAgreementNecEventElection, int idx) - Specified by:
addControlAgreementNecEventElectionin interfaceControlAgreementNecEvent.ControlAgreementNecEventBuilder
-
addControlAgreementNecEventElection
public ControlAgreementNecEvent.ControlAgreementNecEventBuilder addControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElections) - Specified by:
addControlAgreementNecEventElectionin interfaceControlAgreementNecEvent.ControlAgreementNecEventBuilder
-
setControlAgreementNecEventElection
@RosettaAttribute("controlAgreementNecEventElection") @Accessor(SETTER) @Required @Multi @RuneAttribute("controlAgreementNecEventElection") public ControlAgreementNecEvent.ControlAgreementNecEventBuilder setControlAgreementNecEventElection(List<? extends ControlAgreementNecEventElection> controlAgreementNecEventElections) - Specified by:
setControlAgreementNecEventElectionin interfaceControlAgreementNecEvent.ControlAgreementNecEventBuilder
-
build
Description copied from interface:ControlAgreementNecEventBuild Methods- Specified by:
buildin interfaceControlAgreementNecEvent- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceControlAgreementNecEvent- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceControlAgreementNecEvent.ControlAgreementNecEventBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ControlAgreementNecEvent.ControlAgreementNecEventBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-