Package cdm.legaldocumentation.csa
Class RightsEvents.RightsEventsImpl
java.lang.Object
cdm.legaldocumentation.csa.RightsEvents.RightsEventsImpl
- All Implemented Interfaces:
RightsEvents,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
RightsEvents
Immutable Implementation of RightsEvents
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.RightsEvents
RightsEvents.RightsEventsBuilder, RightsEvents.RightsEventsBuilderImpl, RightsEvents.RightsEventsImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.RightsEvents
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe Additional Rights Event election.The bespoke provisions that might be specified by the parties to the agreement applicable to a Notice of Exclusive Control Event.The specification of whether Delivery In Lieu language is applicable to the agreement (true) or not (false).The bespoke provisions that might be specified by the parties to the agreement applicable to a Security Provider Rights Event.The bespoke provisions that might be specified by the parties to the agreement applicable to a Security Taker Rights Event.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.RightsEvents
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
RightsEventsImpl
-
-
Method Details
-
getSecurityTakerRightsEvent
@RosettaAttribute("securityTakerRightsEvent") @Accessor(GETTER) @Required @RuneAttribute("securityTakerRightsEvent") public SecuredPartyRightsEvent getSecurityTakerRightsEvent()Description copied from interface:RightsEventsThe bespoke provisions that might be specified by the parties to the agreement applicable to a Security Taker Rights Event.- Specified by:
getSecurityTakerRightsEventin interfaceRightsEvents
-
getControlAgreementNecEvent
@RosettaAttribute("controlAgreementNecEvent") @Accessor(GETTER) @RuneAttribute("controlAgreementNecEvent") public ControlAgreementNecEvent getControlAgreementNecEvent()Description copied from interface:RightsEventsThe bespoke provisions that might be specified by the parties to the agreement applicable to a Notice of Exclusive Control Event.- Specified by:
getControlAgreementNecEventin interfaceRightsEvents
-
getSecurityProviderRightsEvent
@RosettaAttribute("securityProviderRightsEvent") @Accessor(GETTER) @Required @RuneAttribute("securityProviderRightsEvent") public SecurityProviderRightsEvent getSecurityProviderRightsEvent()Description copied from interface:RightsEventsThe bespoke provisions that might be specified by the parties to the agreement applicable to a Security Provider Rights Event.- Specified by:
getSecurityProviderRightsEventin interfaceRightsEvents
-
getDeliveryInLieuRight
@RosettaAttribute("deliveryInLieuRight") @Accessor(GETTER) @RuneAttribute("deliveryInLieuRight") public Boolean getDeliveryInLieuRight()Description copied from interface:RightsEventsThe specification of whether Delivery In Lieu language is applicable to the agreement (true) or not (false).- Specified by:
getDeliveryInLieuRightin interfaceRightsEvents
-
getAdditionalRightsEvent
@RosettaAttribute("additionalRightsEvent") @Accessor(GETTER) @RuneAttribute("additionalRightsEvent") public AdditionalRightsEvent getAdditionalRightsEvent()Description copied from interface:RightsEventsThe Additional Rights Event election.- Specified by:
getAdditionalRightsEventin interfaceRightsEvents
-
build
Description copied from interface:RightsEventsBuild Methods- Specified by:
buildin interfaceRightsEvents- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceRightsEvents- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-