Package cdm.legaldocumentation.csa
Class MarginApproach.MarginApproachBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.MarginApproach.MarginApproachBuilderImpl
- All Implemented Interfaces:
MarginApproach,MarginApproach.MarginApproachBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
MarginApproach
public static class MarginApproach.MarginApproachBuilderImpl
extends Object
implements MarginApproach.MarginApproachBuilder
Builder Implementation of MarginApproach
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.MarginApproach
MarginApproach.MarginApproachBuilder, MarginApproach.MarginApproachBuilderImpl, MarginApproach.MarginApproachImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.MarginApproach
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanSpecifies the margin approach specific to Initial Margin agreements.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setMarginApproach(MarginApproachEnum _marginApproach) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.MarginApproach
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.MarginApproach.MarginApproachBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
marginApproach
-
-
Constructor Details
-
MarginApproachBuilderImpl
public MarginApproachBuilderImpl()
-
-
Method Details
-
getMarginApproach
@RosettaAttribute("marginApproach") @Accessor(GETTER) @Required @RuneAttribute("marginApproach") public MarginApproachEnum getMarginApproach()Description copied from interface:MarginApproachSpecifies the margin approach specific to Initial Margin agreements.- Specified by:
getMarginApproachin interfaceMarginApproach
-
setMarginApproach
@RosettaAttribute("marginApproach") @Accessor(SETTER) @Required @RuneAttribute("marginApproach") public MarginApproach.MarginApproachBuilder setMarginApproach(MarginApproachEnum _marginApproach) - Specified by:
setMarginApproachin interfaceMarginApproach.MarginApproachBuilder
-
build
Description copied from interface:MarginApproachBuild Methods- Specified by:
buildin interfaceMarginApproach- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceMarginApproach- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceMarginApproach.MarginApproachBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public MarginApproach.MarginApproachBuilder 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
-