Package cdm.legaldocumentation.csa
Class RatingAgencyAmount.RatingAgencyAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.RatingAgencyAmount.RatingAgencyAmountBuilderImpl
- All Implemented Interfaces:
RatingAgencyAmount,RatingAgencyAmount.RatingAgencyAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
RatingAgencyAmount
public static class RatingAgencyAmount.RatingAgencyAmountBuilderImpl
extends Object
implements RatingAgencyAmount.RatingAgencyAmountBuilder
Builder Implementation of RatingAgencyAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.RatingAgencyAmount
RatingAgencyAmount.RatingAgencyAmountBuilder, RatingAgencyAmount.RatingAgencyAmountBuilderImpl, RatingAgencyAmount.RatingAgencyAmountImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected List<CreditNotation.CreditNotationBuilder> Fields inherited from interface cdm.legaldocumentation.csa.RatingAgencyAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRatingVariableSet(CreditNotation _ratingVariableSet) addRatingVariableSet(CreditNotation _ratingVariableSet, int idx) addRatingVariableSet(List<? extends CreditNotation> ratingVariableSets) build()Build MethodsbooleanSpecifies the notional or collateral Independent Amount.getOrCreateRatingVariableSet(int index) List<? extends CreditNotation.CreditNotationBuilder> Allows a grouping of Rating agencies and Rating values.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAmount(BigDecimal _amount) setRatingVariableSet(List<? extends CreditNotation> ratingVariableSets) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.RatingAgencyAmount
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.RatingAgencyAmount.RatingAgencyAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
ratingVariableSet
-
amount
-
-
Constructor Details
-
RatingAgencyAmountBuilderImpl
public RatingAgencyAmountBuilderImpl()
-
-
Method Details
-
getRatingVariableSet
@RosettaAttribute("ratingVariableSet") @Accessor(GETTER) @Required @Multi @RuneAttribute("ratingVariableSet") public List<? extends CreditNotation.CreditNotationBuilder> getRatingVariableSet()Description copied from interface:RatingAgencyAmountAllows a grouping of Rating agencies and Rating values.- Specified by:
getRatingVariableSetin interfaceRatingAgencyAmount- Specified by:
getRatingVariableSetin interfaceRatingAgencyAmount.RatingAgencyAmountBuilder
-
getOrCreateRatingVariableSet
- Specified by:
getOrCreateRatingVariableSetin interfaceRatingAgencyAmount.RatingAgencyAmountBuilder
-
getAmount
@RosettaAttribute("amount") @Accessor(GETTER) @RuneAttribute("amount") public BigDecimal getAmount()Description copied from interface:RatingAgencyAmountSpecifies the notional or collateral Independent Amount.- Specified by:
getAmountin interfaceRatingAgencyAmount
-
addRatingVariableSet
@RosettaAttribute("ratingVariableSet") @Accessor(ADDER) @Required @Multi @RuneAttribute("ratingVariableSet") public RatingAgencyAmount.RatingAgencyAmountBuilder addRatingVariableSet(CreditNotation _ratingVariableSet) - Specified by:
addRatingVariableSetin interfaceRatingAgencyAmount.RatingAgencyAmountBuilder
-
addRatingVariableSet
public RatingAgencyAmount.RatingAgencyAmountBuilder addRatingVariableSet(CreditNotation _ratingVariableSet, int idx) - Specified by:
addRatingVariableSetin interfaceRatingAgencyAmount.RatingAgencyAmountBuilder
-
addRatingVariableSet
public RatingAgencyAmount.RatingAgencyAmountBuilder addRatingVariableSet(List<? extends CreditNotation> ratingVariableSets) - Specified by:
addRatingVariableSetin interfaceRatingAgencyAmount.RatingAgencyAmountBuilder
-
setRatingVariableSet
@RosettaAttribute("ratingVariableSet") @Accessor(SETTER) @Required @Multi @RuneAttribute("ratingVariableSet") public RatingAgencyAmount.RatingAgencyAmountBuilder setRatingVariableSet(List<? extends CreditNotation> ratingVariableSets) - Specified by:
setRatingVariableSetin interfaceRatingAgencyAmount.RatingAgencyAmountBuilder
-
setAmount
@RosettaAttribute("amount") @Accessor(SETTER) @RuneAttribute("amount") public RatingAgencyAmount.RatingAgencyAmountBuilder setAmount(BigDecimal _amount) - Specified by:
setAmountin interfaceRatingAgencyAmount.RatingAgencyAmountBuilder
-
build
Description copied from interface:RatingAgencyAmountBuild Methods- Specified by:
buildin interfaceRatingAgencyAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceRatingAgencyAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceRatingAgencyAmount.RatingAgencyAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public RatingAgencyAmount.RatingAgencyAmountBuilder 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
-