Package cdm.base.staticdata.asset.common
Class DebtRedemption.DebtRedemptionImpl
java.lang.Object
cdm.base.staticdata.asset.common.DebtRedemption.DebtRedemptionImpl
- All Implemented Interfaces:
DebtRedemption,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
DebtRedemption
Immutable Implementation of DebtRedemption
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.DebtRedemption
DebtRedemption.DebtRedemptionBuilder, DebtRedemption.DebtRedemptionBuilderImpl, DebtRedemption.DebtRedemptionImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.common.DebtRedemption
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleangetParty()Specifies whether the debt security is redeemed at the election of the Issuer/Holder.Specifies the embedded option feature of a debt security.Specifies the contractual redemption or conversion features associated with a debt security.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.asset.common.DebtRedemption
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
DebtRedemptionImpl
-
-
Method Details
-
getRedemptionType
@RosettaAttribute("redemptionType") @Accessor(GETTER) @RuneAttribute("redemptionType") public RedemptionTypeEnum getRedemptionType()Description copied from interface:DebtRedemptionSpecifies the contractual redemption or conversion features associated with a debt security.- Specified by:
getRedemptionTypein interfaceDebtRedemption
-
getPutCall
@RosettaAttribute("putCall") @Accessor(GETTER) @RuneAttribute("putCall") public PutCallEnum getPutCall()Description copied from interface:DebtRedemptionSpecifies the embedded option feature of a debt security.- Specified by:
getPutCallin interfaceDebtRedemption
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @RuneAttribute("party") public RedemptionPartyEnum getParty()Description copied from interface:DebtRedemptionSpecifies whether the debt security is redeemed at the election of the Issuer/Holder.- Specified by:
getPartyin interfaceDebtRedemption
-
build
Description copied from interface:DebtRedemptionBuild Methods- Specified by:
buildin interfaceDebtRedemption- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceDebtRedemption- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-