Package cdm.legaldocumentation.csa
Class ExposureScope.ExposureScopeBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.ExposureScope.ExposureScopeBuilderImpl
- All Implemented Interfaces:
ExposureScope,ExposureScope.ExposureScopeBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ExposureScope
public static class ExposureScope.ExposureScopeBuilderImpl
extends Object
implements ExposureScope.ExposureScopeBuilder
Builder Implementation of ExposureScope
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ExposureScope
ExposureScope.ExposureScopeBuilder, ExposureScope.ExposureScopeBuilderImpl, ExposureScope.ExposureScopeImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface cdm.legaldocumentation.csa.ExposureScope
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(LegacyExposureScopeElection _partyElection) addPartyElection(LegacyExposureScopeElection _partyElection, int idx) addPartyElection(List<? extends LegacyExposureScopeElection> partyElections) build()Build MethodsbooleangetOrCreatePartyElection(int index) Defines the electice scope for a specific party.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setPartyElection(List<? extends LegacyExposureScopeElection> partyElections) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.ExposureScope
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.ExposureScope.ExposureScopeBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
partyElection
-
-
Constructor Details
-
ExposureScopeBuilderImpl
public ExposureScopeBuilderImpl()
-
-
Method Details
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Multi @RuneAttribute("partyElection") public List<? extends LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder> getPartyElection()Description copied from interface:ExposureScopeDefines the electice scope for a specific party.- Specified by:
getPartyElectionin interfaceExposureScope- Specified by:
getPartyElectionin interfaceExposureScope.ExposureScopeBuilder
-
getOrCreatePartyElection
public LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder getOrCreatePartyElection(int index) - Specified by:
getOrCreatePartyElectionin interfaceExposureScope.ExposureScopeBuilder
-
addPartyElection
@RosettaAttribute("partyElection") @Accessor(ADDER) @Multi @RuneAttribute("partyElection") public ExposureScope.ExposureScopeBuilder addPartyElection(LegacyExposureScopeElection _partyElection) - Specified by:
addPartyElectionin interfaceExposureScope.ExposureScopeBuilder
-
addPartyElection
public ExposureScope.ExposureScopeBuilder addPartyElection(LegacyExposureScopeElection _partyElection, int idx) - Specified by:
addPartyElectionin interfaceExposureScope.ExposureScopeBuilder
-
addPartyElection
public ExposureScope.ExposureScopeBuilder addPartyElection(List<? extends LegacyExposureScopeElection> partyElections) - Specified by:
addPartyElectionin interfaceExposureScope.ExposureScopeBuilder
-
setPartyElection
@RosettaAttribute("partyElection") @Accessor(SETTER) @Multi @RuneAttribute("partyElection") public ExposureScope.ExposureScopeBuilder setPartyElection(List<? extends LegacyExposureScopeElection> partyElections) - Specified by:
setPartyElectionin interfaceExposureScope.ExposureScopeBuilder
-
build
Description copied from interface:ExposureScopeBuild Methods- Specified by:
buildin interfaceExposureScope- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceExposureScope- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceExposureScope.ExposureScopeBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ExposureScope.ExposureScopeBuilder 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
-