Package cdm.legaldocumentation.csa
Class SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl
- All Implemented Interfaces:
SecuredPartyRightsEventElection,SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
SecuredPartyRightsEventElection
public static class SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl
extends Object
implements SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
Builder Implementation of SecuredPartyRightsEventElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder, SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl, SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleangetParty()The elective party.A boolean attribute to specify whether a Secured Party Rights Event will only occur upon the occurrence of one or more of the event specified in a Control Agreement.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setParty(CounterpartyRoleEnum _party) setRightsEvent(Boolean _rightsEvent) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
process
-
Field Details
-
party
-
rightsEvent
-
-
Constructor Details
-
SecuredPartyRightsEventElectionBuilderImpl
public SecuredPartyRightsEventElectionBuilderImpl()
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:SecuredPartyRightsEventElectionThe elective party.- Specified by:
getPartyin interfaceSecuredPartyRightsEventElection
-
getRightsEvent
@RosettaAttribute("rightsEvent") @Accessor(GETTER) @Required @RuneAttribute("rightsEvent") public Boolean getRightsEvent()Description copied from interface:SecuredPartyRightsEventElectionA boolean attribute to specify whether a Secured Party Rights Event will only occur upon the occurrence of one or more of the event specified in a Control Agreement.- Specified by:
getRightsEventin interfaceSecuredPartyRightsEventElection
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceSecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
-
setRightsEvent
@RosettaAttribute("rightsEvent") @Accessor(SETTER) @Required @RuneAttribute("rightsEvent") public SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder setRightsEvent(Boolean _rightsEvent) - Specified by:
setRightsEventin interfaceSecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
-
build
Description copied from interface:SecuredPartyRightsEventElectionBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceSecuredPartyRightsEventElection
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceSecuredPartyRightsEventElection
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Specified by:
prunein interfaceSecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder 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
-