Package cdm.base.datetime
Class AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilderImpl
java.lang.Object
cdm.base.datetime.AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilderImpl
- All Implemented Interfaces:
AdjustableOrRelativeDate,AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
AdjustableOrRelativeDate
public static class AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilderImpl
extends Object
implements AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
Builder Implementation of AdjustableOrRelativeDate
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.datetime.AdjustableOrRelativeDate
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder, AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilderImpl, AdjustableOrRelativeDate.AdjustableOrRelativeDateImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdjustableDate.AdjustableDateBuilderprotected com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderFields inherited from interface cdm.base.datetime.AdjustableOrRelativeDate
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanA date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetMeta()com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderA date specified as some offset to another date (the anchor date).booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAdjustableDate(AdjustableDate _adjustableDate) setMeta(com.rosetta.model.metafields.MetaFields _meta) setRelativeDate(AdjustedRelativeDateOffset _relativeDate) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.datetime.AdjustableOrRelativeDate
getType, metaData, processMethods inherited from interface cdm.base.datetime.AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
adjustableDate
-
relativeDate
-
meta
protected com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder meta
-
-
Constructor Details
-
AdjustableOrRelativeDateBuilderImpl
public AdjustableOrRelativeDateBuilderImpl()
-
-
Method Details
-
getAdjustableDate
@RosettaAttribute("adjustableDate") @RuneAttribute("adjustableDate") public AdjustableDate.AdjustableDateBuilder getAdjustableDate()Description copied from interface:AdjustableOrRelativeDateA date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.- Specified by:
getAdjustableDatein interfaceAdjustableOrRelativeDate- Specified by:
getAdjustableDatein interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
-
getOrCreateAdjustableDate
- Specified by:
getOrCreateAdjustableDatein interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
-
getRelativeDate
@RosettaAttribute("relativeDate") @RuneAttribute("relativeDate") public AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder getRelativeDate()Description copied from interface:AdjustableOrRelativeDateA date specified as some offset to another date (the anchor date).- Specified by:
getRelativeDatein interfaceAdjustableOrRelativeDate- Specified by:
getRelativeDatein interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
-
getOrCreateRelativeDate
- Specified by:
getOrCreateRelativeDatein interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getMeta()- Specified by:
getMetain interfaceAdjustableOrRelativeDate- Specified by:
getMetain interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
getOrCreateMeta
public com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getOrCreateMeta()- Specified by:
getOrCreateMetain interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder- Specified by:
getOrCreateMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
setAdjustableDate
@RosettaAttribute("adjustableDate") @RuneAttribute("adjustableDate") public AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder setAdjustableDate(AdjustableDate _adjustableDate) - Specified by:
setAdjustableDatein interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
-
setRelativeDate
@RosettaAttribute("relativeDate") @RuneAttribute("relativeDate") public AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder setRelativeDate(AdjustedRelativeDateOffset _relativeDate) - Specified by:
setRelativeDatein interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
-
setMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder setMeta(com.rosetta.model.metafields.MetaFields _meta) - Specified by:
setMetain interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
-
build
Description copied from interface:AdjustableOrRelativeDateBuild Methods- Specified by:
buildin interfaceAdjustableOrRelativeDate- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceAdjustableOrRelativeDate- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-