Package cdm.product.asset
Class CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl
java.lang.Object
cdm.base.staticdata.asset.common.IndexReferenceInformation.IndexReferenceInformationBuilderImpl
cdm.product.asset.CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl
- All Implemented Interfaces:
IndexReferenceInformation,IndexReferenceInformation.IndexReferenceInformationBuilder,CreditIndexReferenceInformation,CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CreditIndexReferenceInformation
public static class CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl
extends IndexReferenceInformation.IndexReferenceInformationBuilderImpl
implements CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
Builder Implementation of CreditIndexReferenceInformation
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.CreditIndexReferenceInformation
CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder, CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl, CreditIndexReferenceInformation.CreditIndexReferenceInformationImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.IndexReferenceInformation
IndexReferenceInformation.IndexReferenceInformationBuilder, IndexReferenceInformation.IndexReferenceInformationBuilderImpl, IndexReferenceInformation.IndexReferenceInformationImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.records.Dateprotected Integerprotected BigDecimalprotected Integerprotected com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderprotected CreditSeniorityEnumprotected Tranche.TrancheBuilderFields inherited from class cdm.base.staticdata.asset.common.IndexReferenceInformation.IndexReferenceInformationBuilderImpl
indexId, indexName, productIdentifierFields inherited from interface cdm.product.asset.CreditIndexReferenceInformation
metaDataFields inherited from interface cdm.base.staticdata.asset.common.IndexReferenceInformation
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExcludedReferenceEntity(ReferenceInformation _excludedReferenceEntity) addExcludedReferenceEntity(ReferenceInformation _excludedReferenceEntity, int idx) addExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntitys) addIndexId(FieldWithMetaString _indexId) addIndexId(FieldWithMetaString _indexId, int idx) addIndexId(List<? extends FieldWithMetaString> indexIds) addIndexIdValue(String _indexId) addIndexIdValue(String _indexId, int idx) addIndexIdValue(List<? extends String> indexIds) addProductIdentifier(ProductIdentifier _productIdentifier) addProductIdentifier(ProductIdentifier _productIdentifier, int idx) addProductIdentifier(List<? extends ProductIdentifier> productIdentifiers) build()Build MethodsbooleanExcluded reference entity.com.rosetta.model.lib.records.DateA CDS index series annex date.A CDS index series annex source.A CDS index series version identifier, e.g. 1, 2, 3 etc.Index Factor is the index version factor or percent, expressed as an absolute decimal value between 0 and 1, that multiplied by the original notional amount yields the notional amount covered by the seller of protection.A CDS index series identifier, e.g. 1, 2, 3 etc.com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetMeta()getOrCreateExcludedReferenceEntity(int index) com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderSeniority of debt instruments comprising the index.Used to specify the Relevant Settled Entity Matrix when there are settled entities at the time of the trade.This element contains CDS tranche terms.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntitys) setIndexAnnexDate(com.rosetta.model.lib.records.Date _indexAnnexDate) setIndexAnnexSource(FieldWithMetaIndexAnnexSourceEnum _indexAnnexSource) setIndexAnnexSourceValue(IndexAnnexSourceEnum _indexAnnexSource) setIndexAnnexVersion(Integer _indexAnnexVersion) setIndexFactor(BigDecimal _indexFactor) setIndexId(List<? extends FieldWithMetaString> indexIds) setIndexIdValue(List<? extends String> indexIds) setIndexName(FieldWithMetaString _indexName) setIndexNameValue(String _indexName) setIndexSeries(Integer _indexSeries) setMeta(com.rosetta.model.metafields.MetaFields _meta) setProductIdentifier(List<? extends ProductIdentifier> productIdentifiers) setSeniority(CreditSeniorityEnum _seniority) setSettledEntityMatrix(SettledEntityMatrix _settledEntityMatrix) setTranche(Tranche _tranche) toString()Methods inherited from class cdm.base.staticdata.asset.common.IndexReferenceInformation.IndexReferenceInformationBuilderImpl
getIndexId, getIndexName, getOrCreateIndexId, getOrCreateIndexName, getOrCreateProductIdentifier, getProductIdentifierMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.asset.CreditIndexReferenceInformation
getType, metaData, processMethods inherited from interface cdm.product.asset.CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
processMethods inherited from interface cdm.base.staticdata.asset.common.IndexReferenceInformation.IndexReferenceInformationBuilder
getIndexId, getIndexName, getOrCreateIndexId, getOrCreateIndexName, getOrCreateProductIdentifier, getProductIdentifierMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
indexSeries
-
indexAnnexVersion
-
indexAnnexDate
protected com.rosetta.model.lib.records.Date indexAnnexDate -
indexAnnexSource
protected FieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumBuilder indexAnnexSource -
excludedReferenceEntity
-
tranche
-
settledEntityMatrix
-
indexFactor
-
seniority
-
meta
protected com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder meta
-
-
Constructor Details
-
CreditIndexReferenceInformationBuilderImpl
public CreditIndexReferenceInformationBuilderImpl()
-
-
Method Details
-
getIndexSeries
Description copied from interface:CreditIndexReferenceInformationA CDS index series identifier, e.g. 1, 2, 3 etc.- Specified by:
getIndexSeriesin interfaceCreditIndexReferenceInformation
-
getIndexAnnexVersion
@RosettaAttribute("indexAnnexVersion") @RuneAttribute("indexAnnexVersion") public Integer getIndexAnnexVersion()Description copied from interface:CreditIndexReferenceInformationA CDS index series version identifier, e.g. 1, 2, 3 etc.- Specified by:
getIndexAnnexVersionin interfaceCreditIndexReferenceInformation
-
getIndexAnnexDate
@RosettaAttribute("indexAnnexDate") @RuneAttribute("indexAnnexDate") public com.rosetta.model.lib.records.Date getIndexAnnexDate()Description copied from interface:CreditIndexReferenceInformationA CDS index series annex date.- Specified by:
getIndexAnnexDatein interfaceCreditIndexReferenceInformation
-
getIndexAnnexSource
@RosettaAttribute("indexAnnexSource") @RuneAttribute("indexAnnexSource") public FieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumBuilder getIndexAnnexSource()Description copied from interface:CreditIndexReferenceInformationA CDS index series annex source.- Specified by:
getIndexAnnexSourcein interfaceCreditIndexReferenceInformation- Specified by:
getIndexAnnexSourcein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getOrCreateIndexAnnexSource
public FieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumBuilder getOrCreateIndexAnnexSource()- Specified by:
getOrCreateIndexAnnexSourcein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getExcludedReferenceEntity
@RosettaAttribute("excludedReferenceEntity") @RuneAttribute("excludedReferenceEntity") public List<? extends ReferenceInformation.ReferenceInformationBuilder> getExcludedReferenceEntity()Description copied from interface:CreditIndexReferenceInformationExcluded reference entity.- Specified by:
getExcludedReferenceEntityin interfaceCreditIndexReferenceInformation- Specified by:
getExcludedReferenceEntityin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getOrCreateExcludedReferenceEntity
public ReferenceInformation.ReferenceInformationBuilder getOrCreateExcludedReferenceEntity(int index) - Specified by:
getOrCreateExcludedReferenceEntityin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getTranche
Description copied from interface:CreditIndexReferenceInformationThis element contains CDS tranche terms.- Specified by:
getTranchein interfaceCreditIndexReferenceInformation- Specified by:
getTranchein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getOrCreateTranche
- Specified by:
getOrCreateTranchein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getSettledEntityMatrix
@RosettaAttribute("settledEntityMatrix") @RuneAttribute("settledEntityMatrix") public SettledEntityMatrix.SettledEntityMatrixBuilder getSettledEntityMatrix()Description copied from interface:CreditIndexReferenceInformationUsed to specify the Relevant Settled Entity Matrix when there are settled entities at the time of the trade.- Specified by:
getSettledEntityMatrixin interfaceCreditIndexReferenceInformation- Specified by:
getSettledEntityMatrixin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getOrCreateSettledEntityMatrix
- Specified by:
getOrCreateSettledEntityMatrixin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
getIndexFactor
Description copied from interface:CreditIndexReferenceInformationIndex Factor is the index version factor or percent, expressed as an absolute decimal value between 0 and 1, that multiplied by the original notional amount yields the notional amount covered by the seller of protection.- Specified by:
getIndexFactorin interfaceCreditIndexReferenceInformation
-
getSeniority
@RosettaAttribute("seniority") @RuneAttribute("seniority") public CreditSeniorityEnum getSeniority()Description copied from interface:CreditIndexReferenceInformationSeniority of debt instruments comprising the index.- Specified by:
getSeniorityin interfaceCreditIndexReferenceInformation
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getMeta()- Specified by:
getMetain interfaceCreditIndexReferenceInformation- Specified by:
getMetain interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
getOrCreateMeta
public com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getOrCreateMeta()- Specified by:
getOrCreateMetain interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
getOrCreateMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
setIndexName
@RosettaAttribute("indexName") @RuneAttribute("indexName") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexName(FieldWithMetaString _indexName) - Specified by:
setIndexNamein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
setIndexNamein interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
setIndexNamein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
setIndexNameValue
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexNameValue(String _indexName) - Specified by:
setIndexNameValuein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
setIndexNameValuein interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
setIndexNameValuein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addIndexId
@RosettaAttribute("indexId") @RuneAttribute("indexId") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addIndexId(FieldWithMetaString _indexId) - Specified by:
addIndexIdin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addIndexIdin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addIndexIdin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addIndexId
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addIndexId(FieldWithMetaString _indexId, int idx) - Specified by:
addIndexIdin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addIndexIdin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addIndexIdin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addIndexIdValue
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addIndexIdValue(String _indexId) - Specified by:
addIndexIdValuein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addIndexIdValuein interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addIndexIdValuein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addIndexIdValue
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addIndexIdValue(String _indexId, int idx) - Specified by:
addIndexIdValuein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addIndexIdValuein interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addIndexIdValuein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addIndexId
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addIndexId(List<? extends FieldWithMetaString> indexIds) - Specified by:
addIndexIdin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addIndexIdin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addIndexIdin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
setIndexId
@RuneAttribute("indexId") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexId(List<? extends FieldWithMetaString> indexIds) - Specified by:
setIndexIdin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
setIndexIdin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
setIndexIdin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addIndexIdValue
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addIndexIdValue(List<? extends String> indexIds) - Specified by:
addIndexIdValuein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addIndexIdValuein interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addIndexIdValuein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
setIndexIdValue
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexIdValue(List<? extends String> indexIds) - Specified by:
setIndexIdValuein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
setIndexIdValuein interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
setIndexIdValuein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addProductIdentifier
@RosettaAttribute("productIdentifier") @RuneAttribute("productIdentifier") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addProductIdentifier(ProductIdentifier _productIdentifier) - Specified by:
addProductIdentifierin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addProductIdentifierin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addProductIdentifierin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addProductIdentifier
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addProductIdentifier(ProductIdentifier _productIdentifier, int idx) - Specified by:
addProductIdentifierin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addProductIdentifierin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addProductIdentifierin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
addProductIdentifier
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addProductIdentifier(List<? extends ProductIdentifier> productIdentifiers) - Specified by:
addProductIdentifierin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
addProductIdentifierin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
addProductIdentifierin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
setProductIdentifier
@RuneAttribute("productIdentifier") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setProductIdentifier(List<? extends ProductIdentifier> productIdentifiers) - Specified by:
setProductIdentifierin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
setProductIdentifierin interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Overrides:
setProductIdentifierin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
setIndexSeries
@RosettaAttribute("indexSeries") @RuneAttribute("indexSeries") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexSeries(Integer _indexSeries) - Specified by:
setIndexSeriesin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setIndexAnnexVersion
@RosettaAttribute("indexAnnexVersion") @RuneAttribute("indexAnnexVersion") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexAnnexVersion(Integer _indexAnnexVersion) - Specified by:
setIndexAnnexVersionin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setIndexAnnexDate
@RosettaAttribute("indexAnnexDate") @RuneAttribute("indexAnnexDate") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexAnnexDate(com.rosetta.model.lib.records.Date _indexAnnexDate) - Specified by:
setIndexAnnexDatein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setIndexAnnexSource
@RosettaAttribute("indexAnnexSource") @RuneAttribute("indexAnnexSource") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexAnnexSource(FieldWithMetaIndexAnnexSourceEnum _indexAnnexSource) - Specified by:
setIndexAnnexSourcein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setIndexAnnexSourceValue
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexAnnexSourceValue(IndexAnnexSourceEnum _indexAnnexSource) - Specified by:
setIndexAnnexSourceValuein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
addExcludedReferenceEntity
@RosettaAttribute("excludedReferenceEntity") @RuneAttribute("excludedReferenceEntity") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addExcludedReferenceEntity(ReferenceInformation _excludedReferenceEntity) - Specified by:
addExcludedReferenceEntityin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
addExcludedReferenceEntity
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addExcludedReferenceEntity(ReferenceInformation _excludedReferenceEntity, int idx) - Specified by:
addExcludedReferenceEntityin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
addExcludedReferenceEntity
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder addExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntitys) - Specified by:
addExcludedReferenceEntityin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setExcludedReferenceEntity
@RuneAttribute("excludedReferenceEntity") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntitys) - Specified by:
setExcludedReferenceEntityin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setTranche
@RosettaAttribute("tranche") @RuneAttribute("tranche") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setTranche(Tranche _tranche) - Specified by:
setTranchein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setSettledEntityMatrix
@RosettaAttribute("settledEntityMatrix") @RuneAttribute("settledEntityMatrix") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setSettledEntityMatrix(SettledEntityMatrix _settledEntityMatrix) - Specified by:
setSettledEntityMatrixin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setIndexFactor
@RosettaAttribute("indexFactor") @RuneAttribute("indexFactor") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setIndexFactor(BigDecimal _indexFactor) - Specified by:
setIndexFactorin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setSeniority
@RosettaAttribute("seniority") @RuneAttribute("seniority") public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setSeniority(CreditSeniorityEnum _seniority) - Specified by:
setSeniorityin interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
setMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder setMeta(com.rosetta.model.metafields.MetaFields _meta) - Specified by:
setMetain interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder
-
build
Description copied from interface:IndexReferenceInformationBuild Methods- Specified by:
buildin interfaceCreditIndexReferenceInformation- Specified by:
buildin interfaceIndexReferenceInformation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
buildin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
toBuilder
- Specified by:
toBuilderin interfaceCreditIndexReferenceInformation- Specified by:
toBuilderin interfaceIndexReferenceInformation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
toBuilderin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
prune
- Specified by:
prunein interfaceCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder- Specified by:
prunein interfaceIndexReferenceInformation.IndexReferenceInformationBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Overrides:
prunein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Overrides:
hasDatain classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
merge
public CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Overrides:
mergein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
equals
- Overrides:
equalsin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-
toString
- Overrides:
toStringin classIndexReferenceInformation.IndexReferenceInformationBuilderImpl
-