Package cdm.legaldocumentation.csa
Class SecuredPartyRightsEvent.SecuredPartyRightsEventImpl
java.lang.Object
cdm.legaldocumentation.csa.SecuredPartyRightsEvent.SecuredPartyRightsEventImpl
- All Implemented Interfaces:
SecuredPartyRightsEvent,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
SecuredPartyRightsEvent
public static class SecuredPartyRightsEvent.SecuredPartyRightsEventImpl
extends Object
implements SecuredPartyRightsEvent
Immutable Implementation of SecuredPartyRightsEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder, SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl, SecuredPartyRightsEvent.SecuredPartyRightsEventImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanA boolean attribute to specify whether Failure to Pay Early Termination language is included (True) or excluded (False) from the agreement.A boolean attribute to specify whether Failure to Pay Early Termination language in the agreement is deemed applicable or not.List<? extends SecuredPartyRightsEventElection> Getter MethodsinthashCode()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.SecuredPartyRightsEvent
getType, metaData, process
-
Constructor Details
-
SecuredPartyRightsEventImpl
protected SecuredPartyRightsEventImpl(SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder builder)
-
-
Method Details
-
getSecuredPartyRightsEventElection
@RosettaAttribute("securedPartyRightsEventElection") @Accessor(GETTER) @Multi @RuneAttribute("securedPartyRightsEventElection") public List<? extends SecuredPartyRightsEventElection> getSecuredPartyRightsEventElection()Description copied from interface:SecuredPartyRightsEventGetter Methods- Specified by:
getSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent
-
getEarlyTerminationDateOptionalLanguage
@RosettaAttribute("earlyTerminationDateOptionalLanguage") @Accessor(GETTER) @Required @RuneAttribute("earlyTerminationDateOptionalLanguage") public Boolean getEarlyTerminationDateOptionalLanguage()Description copied from interface:SecuredPartyRightsEventA boolean attribute to specify whether Failure to Pay Early Termination language is included (True) or excluded (False) from the agreement.- Specified by:
getEarlyTerminationDateOptionalLanguagein interfaceSecuredPartyRightsEvent
-
getFailureToPayEarlyTermination
@RosettaAttribute("failureToPayEarlyTermination") @Accessor(GETTER) @RuneAttribute("failureToPayEarlyTermination") public Boolean getFailureToPayEarlyTermination()Description copied from interface:SecuredPartyRightsEventA boolean attribute to specify whether Failure to Pay Early Termination language in the agreement is deemed applicable or not.- Specified by:
getFailureToPayEarlyTerminationin interfaceSecuredPartyRightsEvent
-
build
Description copied from interface:SecuredPartyRightsEventBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceSecuredPartyRightsEvent
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceSecuredPartyRightsEvent
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-