Package cdm.product.collateral
Class DomesticCurrencyIssued.DomesticCurrencyIssuedBuilderImpl
java.lang.Object
cdm.product.collateral.DomesticCurrencyIssued.DomesticCurrencyIssuedBuilderImpl
- All Implemented Interfaces:
DomesticCurrencyIssued,DomesticCurrencyIssued.DomesticCurrencyIssuedBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
DomesticCurrencyIssued
public static class DomesticCurrencyIssued.DomesticCurrencyIssuedBuilderImpl
extends Object
implements DomesticCurrencyIssued.DomesticCurrencyIssuedBuilder
Builder Implementation of DomesticCurrencyIssued
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.DomesticCurrencyIssued
DomesticCurrencyIssued.DomesticCurrencyIssuedBuilder, DomesticCurrencyIssued.DomesticCurrencyIssuedBuilderImpl, DomesticCurrencyIssued.DomesticCurrencyIssuedImpl -
Field Summary
FieldsFields inherited from interface cdm.product.collateral.DomesticCurrencyIssued
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIdentifies that the Security must be denominated in the domestic currency of the issuer.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setDomesticCurrencyIssued(Boolean _domesticCurrencyIssued) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.collateral.DomesticCurrencyIssued
getType, metaData, processMethods inherited from interface cdm.product.collateral.DomesticCurrencyIssued.DomesticCurrencyIssuedBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
domesticCurrencyIssued
-
-
Constructor Details
-
DomesticCurrencyIssuedBuilderImpl
public DomesticCurrencyIssuedBuilderImpl()
-
-
Method Details
-
getDomesticCurrencyIssued
@RosettaAttribute("domesticCurrencyIssued") @Accessor(GETTER) @Required @RuneAttribute("domesticCurrencyIssued") public Boolean getDomesticCurrencyIssued()Description copied from interface:DomesticCurrencyIssuedIdentifies that the Security must be denominated in the domestic currency of the issuer.- Specified by:
getDomesticCurrencyIssuedin interfaceDomesticCurrencyIssued
-
setDomesticCurrencyIssued
@RosettaAttribute("domesticCurrencyIssued") @Accessor(SETTER) @Required @RuneAttribute("domesticCurrencyIssued") public DomesticCurrencyIssued.DomesticCurrencyIssuedBuilder setDomesticCurrencyIssued(Boolean _domesticCurrencyIssued) - Specified by:
setDomesticCurrencyIssuedin interfaceDomesticCurrencyIssued.DomesticCurrencyIssuedBuilder
-
build
Description copied from interface:DomesticCurrencyIssuedBuild Methods- Specified by:
buildin interfaceDomesticCurrencyIssued- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceDomesticCurrencyIssued- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceDomesticCurrencyIssued.DomesticCurrencyIssuedBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public DomesticCurrencyIssued.DomesticCurrencyIssuedBuilder 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
-