Package cdm.legaldocumentation.csa
Class RetrospectiveEffect.RetrospectiveEffectBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.RetrospectiveEffect.RetrospectiveEffectBuilderImpl
- All Implemented Interfaces:
RetrospectiveEffect,RetrospectiveEffect.RetrospectiveEffectBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
RetrospectiveEffect
public static class RetrospectiveEffect.RetrospectiveEffectBuilderImpl
extends Object
implements RetrospectiveEffect.RetrospectiveEffectBuilder
Builder Implementation of RetrospectiveEffect
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.RetrospectiveEffect
RetrospectiveEffect.RetrospectiveEffectBuilder, RetrospectiveEffect.RetrospectiveEffectBuilderImpl, RetrospectiveEffect.RetrospectiveEffectImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.RetrospectiveEffect
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe Standard Initial Margin Model exception when specified as a customized approach by the party.The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAsSpecified(String _asSpecified) setStandardisedException(ExceptionEnum _standardisedException) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.RetrospectiveEffect
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.RetrospectiveEffect.RetrospectiveEffectBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
standardisedException
-
asSpecified
-
-
Constructor Details
-
RetrospectiveEffectBuilderImpl
public RetrospectiveEffectBuilderImpl()
-
-
Method Details
-
getStandardisedException
@RosettaAttribute("standardisedException") @Accessor(GETTER) @RuneAttribute("standardisedException") public ExceptionEnum getStandardisedException()Description copied from interface:RetrospectiveEffectThe Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.- Specified by:
getStandardisedExceptionin interfaceRetrospectiveEffect
-
getAsSpecified
@RosettaAttribute("asSpecified") @Accessor(GETTER) @RuneAttribute("asSpecified") public String getAsSpecified()Description copied from interface:RetrospectiveEffectThe Standard Initial Margin Model exception when specified as a customized approach by the party.- Specified by:
getAsSpecifiedin interfaceRetrospectiveEffect
-
setStandardisedException
@RosettaAttribute("standardisedException") @Accessor(SETTER) @RuneAttribute("standardisedException") public RetrospectiveEffect.RetrospectiveEffectBuilder setStandardisedException(ExceptionEnum _standardisedException) - Specified by:
setStandardisedExceptionin interfaceRetrospectiveEffect.RetrospectiveEffectBuilder
-
setAsSpecified
@RosettaAttribute("asSpecified") @Accessor(SETTER) @RuneAttribute("asSpecified") public RetrospectiveEffect.RetrospectiveEffectBuilder setAsSpecified(String _asSpecified) - Specified by:
setAsSpecifiedin interfaceRetrospectiveEffect.RetrospectiveEffectBuilder
-
build
Description copied from interface:RetrospectiveEffectBuild Methods- Specified by:
buildin interfaceRetrospectiveEffect- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceRetrospectiveEffect- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceRetrospectiveEffect.RetrospectiveEffectBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public RetrospectiveEffect.RetrospectiveEffectBuilder 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
-