Package cdm.product.template
Class CancellationEvent.CancellationEventImpl
java.lang.Object
cdm.product.template.CancellationEvent.CancellationEventImpl
- All Implemented Interfaces:
CancellationEvent,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
CancellationEvent
public static class CancellationEvent.CancellationEventImpl
extends Object
implements CancellationEvent
Immutable Implementation of CancellationEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.CancellationEvent
CancellationEvent.CancellationEventBuilder, CancellationEvent.CancellationEventBuilderImpl, CancellationEvent.CancellationEventImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields inherited from interface cdm.product.template.CancellationEvent
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbooleancom.rosetta.model.lib.records.DateThe early termination date that is applicable if an early termination provision is exercised.com.rosetta.model.lib.records.DateThe date on which option exercise takes place.com.rosetta.model.metafields.MetaFieldsgetMeta()inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.template.CancellationEvent
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CancellationEventImpl
-
-
Method Details
-
getAdjustedExerciseDate
@RosettaAttribute(value="adjustedExerciseDate", isRequired=true) @RuneAttribute(value="adjustedExerciseDate", isRequired=true) public com.rosetta.model.lib.records.Date getAdjustedExerciseDate()Description copied from interface:CancellationEventThe date on which option exercise takes place. This date should already be adjusted for any applicable business day convention.- Specified by:
getAdjustedExerciseDatein interfaceCancellationEvent
-
getAdjustedEarlyTerminationDate
@RosettaAttribute(value="adjustedEarlyTerminationDate", isRequired=true) @RuneAttribute(value="adjustedEarlyTerminationDate", isRequired=true) public com.rosetta.model.lib.records.Date getAdjustedEarlyTerminationDate()Description copied from interface:CancellationEventThe early termination date that is applicable if an early termination provision is exercised. This date should already be adjusted for any applicable business day convention.- Specified by:
getAdjustedEarlyTerminationDatein interfaceCancellationEvent
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfaceCancellationEvent- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
Description copied from interface:CancellationEventBuild Methods- Specified by:
buildin interfaceCancellationEvent- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCancellationEvent- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-