Package cdm.base.datetime
Class AdjustableDates.AdjustableDatesImpl
java.lang.Object
cdm.base.datetime.AdjustableDates.AdjustableDatesImpl
- All Implemented Interfaces:
AdjustableDates,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
AdjustableDates
Immutable Implementation of AdjustableDates
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.datetime.AdjustableDates
AdjustableDates.AdjustableDatesBuilder, AdjustableDates.AdjustableDatesBuilderImpl, AdjustableDates.AdjustableDatesImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields inherited from interface cdm.base.datetime.AdjustableDates
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends FieldWithMetaDate> The date(s) once the adjustment has been performed.The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.com.rosetta.model.metafields.MetaFieldsgetMeta()List<com.rosetta.model.lib.records.Date> A date subject to adjustment.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.datetime.AdjustableDates
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
AdjustableDatesImpl
-
-
Method Details
-
getUnadjustedDate
@RosettaAttribute("unadjustedDate") @RuneAttribute("unadjustedDate") public List<com.rosetta.model.lib.records.Date> getUnadjustedDate()Description copied from interface:AdjustableDatesA date subject to adjustment.- Specified by:
getUnadjustedDatein interfaceAdjustableDates
-
getDateAdjustments
@RosettaAttribute("dateAdjustments") @RuneAttribute("dateAdjustments") public BusinessDayAdjustments getDateAdjustments()Description copied from interface:AdjustableDatesThe business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.- Specified by:
getDateAdjustmentsin interfaceAdjustableDates
-
getAdjustedDate
@RosettaAttribute("adjustedDate") @RuneAttribute("adjustedDate") public List<? extends FieldWithMetaDate> getAdjustedDate()Description copied from interface:AdjustableDatesThe date(s) once the adjustment has been performed. (Note that this date may change if the business center holidays change).- Specified by:
getAdjustedDatein interfaceAdjustableDates
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfaceAdjustableDates- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
Description copied from interface:AdjustableDatesBuild Methods- Specified by:
buildin interfaceAdjustableDates- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceAdjustableDates- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-