Class EventsOfDefault.EventsOfDefaultBuilderImpl
java.lang.Object
cdm.legaldocumentation.master.isla.EventsOfDefault.EventsOfDefaultBuilderImpl
- All Implemented Interfaces:
EventsOfDefault,EventsOfDefault.EventsOfDefaultBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
EventsOfDefault
public static class EventsOfDefault.EventsOfDefaultBuilderImpl
extends Object
implements EventsOfDefault.EventsOfDefaultBuilder
Builder Implementation of EventsOfDefault
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.master.isla.EventsOfDefault
EventsOfDefault.EventsOfDefaultBuilder, EventsOfDefault.EventsOfDefaultBuilderImpl, EventsOfDefault.EventsOfDefaultImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface cdm.legaldocumentation.master.isla.EventsOfDefault
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(EventsOfDefaultElection _partyElection) addPartyElection(EventsOfDefaultElection _partyElection, int idx) addPartyElection(List<? extends EventsOfDefaultElection> partyElections) build()Build MethodsbooleangetOrCreatePartyElection(int index) The specified events of default elections for the respective parties signing the GMSLA.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setPartyElection(List<? extends EventsOfDefaultElection> partyElections) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.master.isla.EventsOfDefault
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.master.isla.EventsOfDefault.EventsOfDefaultBuilder
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
-
EventsOfDefaultBuilderImpl
public EventsOfDefaultBuilderImpl()
-
-
Method Details
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyElection") public List<? extends EventsOfDefaultElection.EventsOfDefaultElectionBuilder> getPartyElection()Description copied from interface:EventsOfDefaultThe specified events of default elections for the respective parties signing the GMSLA.- Specified by:
getPartyElectionin interfaceEventsOfDefault- Specified by:
getPartyElectionin interfaceEventsOfDefault.EventsOfDefaultBuilder
-
getOrCreatePartyElection
- Specified by:
getOrCreatePartyElectionin interfaceEventsOfDefault.EventsOfDefaultBuilder
-
addPartyElection
@RosettaAttribute("partyElection") @Accessor(ADDER) @Required @Multi @RuneAttribute("partyElection") public EventsOfDefault.EventsOfDefaultBuilder addPartyElection(EventsOfDefaultElection _partyElection) - Specified by:
addPartyElectionin interfaceEventsOfDefault.EventsOfDefaultBuilder
-
addPartyElection
public EventsOfDefault.EventsOfDefaultBuilder addPartyElection(EventsOfDefaultElection _partyElection, int idx) - Specified by:
addPartyElectionin interfaceEventsOfDefault.EventsOfDefaultBuilder
-
addPartyElection
public EventsOfDefault.EventsOfDefaultBuilder addPartyElection(List<? extends EventsOfDefaultElection> partyElections) - Specified by:
addPartyElectionin interfaceEventsOfDefault.EventsOfDefaultBuilder
-
setPartyElection
@RosettaAttribute("partyElection") @Accessor(SETTER) @Required @Multi @RuneAttribute("partyElection") public EventsOfDefault.EventsOfDefaultBuilder setPartyElection(List<? extends EventsOfDefaultElection> partyElections) - Specified by:
setPartyElectionin interfaceEventsOfDefault.EventsOfDefaultBuilder
-
build
Description copied from interface:EventsOfDefaultBuild Methods- Specified by:
buildin interfaceEventsOfDefault- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceEventsOfDefault- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceEventsOfDefault.EventsOfDefaultBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public EventsOfDefault.EventsOfDefaultBuilder 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
-