Package cdm.legaldocumentation.csa
Class DatedAsOfDate.DatedAsOfDateImpl
java.lang.Object
cdm.legaldocumentation.csa.DatedAsOfDate.DatedAsOfDateImpl
- All Implemented Interfaces:
DatedAsOfDate,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
DatedAsOfDate
Immutable Implementation of DatedAsOfDate
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.DatedAsOfDate
DatedAsOfDate.DatedAsOfDateBuilder, DatedAsOfDate.DatedAsOfDateBuilderImpl, DatedAsOfDate.DatedAsOfDateImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.DatedAsOfDate
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.com.rosetta.model.lib.records.DateThe date agreed by the parties as the Dated as of Date for the Credit Support Annex.com.rosetta.model.lib.records.DateThe date agreed by the parties as the Made On date of the Credit Support Deed.com.rosetta.model.lib.records.DateThe date agreed by the parties as the Dated as of Date for the Master Agreement.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.DatedAsOfDate
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
DatedAsOfDateImpl
-
-
Method Details
-
getCsaDatedAsOfDate
@RosettaAttribute("csaDatedAsOfDate") @Accessor(GETTER) @RuneAttribute("csaDatedAsOfDate") public com.rosetta.model.lib.records.Date getCsaDatedAsOfDate()Description copied from interface:DatedAsOfDateThe date agreed by the parties as the Dated as of Date for the Credit Support Annex.- Specified by:
getCsaDatedAsOfDatein interfaceDatedAsOfDate
-
getMasterAgreementDatedAsOfDate
@RosettaAttribute("masterAgreementDatedAsOfDate") @Accessor(GETTER) @RuneAttribute("masterAgreementDatedAsOfDate") public com.rosetta.model.lib.records.Date getMasterAgreementDatedAsOfDate()Description copied from interface:DatedAsOfDateThe date agreed by the parties as the Dated as of Date for the Master Agreement.- Specified by:
getMasterAgreementDatedAsOfDatein interfaceDatedAsOfDate
-
getCsaMadeOn
@RosettaAttribute("csaMadeOn") @Accessor(GETTER) @RuneAttribute("csaMadeOn") public com.rosetta.model.lib.records.Date getCsaMadeOn()Description copied from interface:DatedAsOfDateThe date agreed by the parties as the Made On date of the Credit Support Deed.- Specified by:
getCsaMadeOnin interfaceDatedAsOfDate
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:DatedAsOfDateThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceDatedAsOfDate
-
build
Description copied from interface:DatedAsOfDateBuild Methods- Specified by:
buildin interfaceDatedAsOfDate- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceDatedAsOfDate- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-