Package cdm.legaldocumentation.csa
Class CustodianEvent.CustodianEventImpl
java.lang.Object
cdm.legaldocumentation.csa.CustodianEvent.CustodianEventImpl
- All Implemented Interfaces:
CustodianEvent,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
CustodianEvent
Immutable Implementation of CustodianEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CustodianEvent
CustodianEvent.CustodianEventBuilder, CustodianEvent.CustodianEventBuilderImpl, CustodianEvent.CustodianEventImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CustodianEvent
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe qualification of the Custodian Event (English Law & New York Law ISDA CSA) or Collateral Manager Event (Japanese Law ISDA CSA) End Date.The qualification as to whether the Custodian Event (English Law & New York Law ISDA CSA) or the Collateral Manager Event (Japanese Law ISDA CSA) is applicable.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CustodianEvent
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CustodianEventImpl
-
-
Method Details
-
getIsApplicable
@RosettaAttribute("isApplicable") @Accessor(GETTER) @Required @RuneAttribute("isApplicable") public Boolean getIsApplicable()Description copied from interface:CustodianEventThe qualification as to whether the Custodian Event (English Law & New York Law ISDA CSA) or the Collateral Manager Event (Japanese Law ISDA CSA) is applicable.- Specified by:
getIsApplicablein interfaceCustodianEvent
-
getEndDate
@RosettaAttribute("endDate") @Accessor(GETTER) @RuneAttribute("endDate") public CustodianEventEndDate getEndDate()Description copied from interface:CustodianEventThe qualification of the Custodian Event (English Law & New York Law ISDA CSA) or Collateral Manager Event (Japanese Law ISDA CSA) End Date.- Specified by:
getEndDatein interfaceCustodianEvent
-
build
Description copied from interface:CustodianEventBuild Methods- Specified by:
buildin interfaceCustodianEvent- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCustodianEvent- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-