Package cdm.legaldocumentation.csa
Class ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl
- All Implemented Interfaces:
ThresholdFixedAmount,ThresholdFixedAmount.ThresholdFixedAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ThresholdFixedAmount
public static class ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl
extends Object
implements ThresholdFixedAmount.ThresholdFixedAmountBuilder
Builder Implementation of ThresholdFixedAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ThresholdFixedAmount
ThresholdFixedAmount.ThresholdFixedAmountBuilder, ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl, ThresholdFixedAmount.ThresholdFixedAmountImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Booleanprotected ISOCurrencyCodeEnumprotected CounterpartyRoleEnumFields inherited from interface cdm.legaldocumentation.csa.ThresholdFixedAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe amount value applicable to the Threshold.Flag detailing whether the collateral Threshold Amount is set to infinity for a particular party.The Threshold currency code.getParty()The party to which the threshold applies.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAmountIsInfinity(Boolean _amountIsInfinity) setCurrency(ISOCurrencyCodeEnum _currency) setParty(CounterpartyRoleEnum _party) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.ThresholdFixedAmount
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.ThresholdFixedAmount.ThresholdFixedAmountBuilder
process
-
Field Details
-
party
-
amount
-
currency
-
amountIsInfinity
-
-
Constructor Details
-
ThresholdFixedAmountBuilderImpl
public ThresholdFixedAmountBuilderImpl()
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:ThresholdFixedAmountThe party to which the threshold applies.- Specified by:
getPartyin interfaceThresholdFixedAmount
-
getAmount
@RosettaAttribute("amount") @Accessor(GETTER) @Required @RuneAttribute("amount") public Integer getAmount()Description copied from interface:ThresholdFixedAmountThe amount value applicable to the Threshold.- Specified by:
getAmountin interfaceThresholdFixedAmount
-
getCurrency
@RosettaAttribute("currency") @Accessor(GETTER) @Required @RuneAttribute("currency") public ISOCurrencyCodeEnum getCurrency()Description copied from interface:ThresholdFixedAmountThe Threshold currency code.- Specified by:
getCurrencyin interfaceThresholdFixedAmount
-
getAmountIsInfinity
@RosettaAttribute("amountIsInfinity") @Accessor(GETTER) @RuneAttribute("amountIsInfinity") public Boolean getAmountIsInfinity()Description copied from interface:ThresholdFixedAmountFlag detailing whether the collateral Threshold Amount is set to infinity for a particular party.- Specified by:
getAmountIsInfinityin interfaceThresholdFixedAmount
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public ThresholdFixedAmount.ThresholdFixedAmountBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceThresholdFixedAmount.ThresholdFixedAmountBuilder
-
setAmount
@RosettaAttribute("amount") @Accessor(SETTER) @Required @RuneAttribute("amount") public ThresholdFixedAmount.ThresholdFixedAmountBuilder setAmount(Integer _amount) - Specified by:
setAmountin interfaceThresholdFixedAmount.ThresholdFixedAmountBuilder
-
setCurrency
@RosettaAttribute("currency") @Accessor(SETTER) @Required @RuneAttribute("currency") public ThresholdFixedAmount.ThresholdFixedAmountBuilder setCurrency(ISOCurrencyCodeEnum _currency) - Specified by:
setCurrencyin interfaceThresholdFixedAmount.ThresholdFixedAmountBuilder
-
setAmountIsInfinity
@RosettaAttribute("amountIsInfinity") @Accessor(SETTER) @RuneAttribute("amountIsInfinity") public ThresholdFixedAmount.ThresholdFixedAmountBuilder setAmountIsInfinity(Boolean _amountIsInfinity) - Specified by:
setAmountIsInfinityin interfaceThresholdFixedAmount.ThresholdFixedAmountBuilder
-
build
Description copied from interface:ThresholdFixedAmountBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceThresholdFixedAmount
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceThresholdFixedAmount
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Specified by:
prunein interfaceThresholdFixedAmount.ThresholdFixedAmountBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ThresholdFixedAmount.ThresholdFixedAmountBuilder 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
-