Package cdm.legaldocumentation.csa
Class SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionImpl
java.lang.Object
cdm.legaldocumentation.csa.SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionImpl
- All Implemented Interfaces:
SecuredPartyRightsEventElection,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
SecuredPartyRightsEventElection
public static class SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionImpl
extends Object
implements SecuredPartyRightsEventElection
Immutable Implementation of SecuredPartyRightsEventElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder, SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl, SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSecuredPartyRightsEventElectionImpl(SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder builder) -
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.inthashCode()protected voidtoString()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 cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
getType, metaData, process
-
Constructor Details
-
SecuredPartyRightsEventElectionImpl
protected SecuredPartyRightsEventElectionImpl(SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder builder)
-
-
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
-
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
-
setBuilderFields
protected void setBuilderFields(SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-