Package cdm.product.collateral
Class IndexType.IndexTypeBuilderImpl
java.lang.Object
cdm.product.collateral.IndexType.IndexTypeBuilderImpl
- All Implemented Interfaces:
IndexType,IndexType.IndexTypeBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
IndexType
public static class IndexType.IndexTypeBuilderImpl
extends Object
implements IndexType.IndexTypeBuilder
Builder Implementation of IndexType
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.IndexType
IndexType.IndexTypeBuilder, IndexType.IndexTypeBuilderImpl, IndexType.IndexTypeImpl -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanAn enumerated list for equity indices.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setEquityIndex(CollateralEquityIndexEnum _equityIndex) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.collateral.IndexType.IndexTypeBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
equityIndex
-
-
Constructor Details
-
IndexTypeBuilderImpl
public IndexTypeBuilderImpl()
-
-
Method Details
-
getEquityIndex
@RosettaAttribute("equityIndex") @Accessor(GETTER) @RuneAttribute("equityIndex") public CollateralEquityIndexEnum getEquityIndex()Description copied from interface:IndexTypeAn enumerated list for equity indices.- Specified by:
getEquityIndexin interfaceIndexType
-
setEquityIndex
@RosettaAttribute("equityIndex") @Accessor(SETTER) @RuneAttribute("equityIndex") public IndexType.IndexTypeBuilder setEquityIndex(CollateralEquityIndexEnum _equityIndex) - Specified by:
setEquityIndexin interfaceIndexType.IndexTypeBuilder
-
build
Description copied from interface:IndexTypeBuild Methods -
toBuilder
-
prune
- Specified by:
prunein interfaceIndexType.IndexTypeBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public IndexType.IndexTypeBuilder 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
-