Package cdm.legaldocumentation.csa
Class ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilderImpl
- All Implemented Interfaces:
ControlAgreementNecEventElection,ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ControlAgreementNecEventElection
public static class ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilderImpl
extends Object
implements ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder
Builder Implementation of ControlAgreementNecEventElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEventElection
ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder, ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilderImpl, ControlAgreementNecEventElection.ControlAgreementNecEventElectionImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEventElection
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIndicates Control Agreement language related to delivery of a Notice of Exclusive Control.getParty()The elective party.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setNecEvent(Boolean _necEvent) setParty(CounterpartyRoleEnum _party) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEventElection
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
party
-
necEvent
-
-
Constructor Details
-
ControlAgreementNecEventElectionBuilderImpl
public ControlAgreementNecEventElectionBuilderImpl()
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:ControlAgreementNecEventElectionThe elective party.- Specified by:
getPartyin interfaceControlAgreementNecEventElection
-
getNecEvent
@RosettaAttribute("necEvent") @Accessor(GETTER) @Required @RuneAttribute("necEvent") public Boolean getNecEvent()Description copied from interface:ControlAgreementNecEventElectionIndicates Control Agreement language related to delivery of a Notice of Exclusive Control.- Specified by:
getNecEventin interfaceControlAgreementNecEventElection
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder
-
setNecEvent
@RosettaAttribute("necEvent") @Accessor(SETTER) @Required @RuneAttribute("necEvent") public ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder setNecEvent(Boolean _necEvent) - Specified by:
setNecEventin interfaceControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder
-
build
Description copied from interface:ControlAgreementNecEventElectionBuild Methods- Specified by:
buildin interfaceControlAgreementNecEventElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceControlAgreementNecEventElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ControlAgreementNecEventElection.ControlAgreementNecEventElectionBuilder 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
-