Package cdm.product.collateral
Class ListingType.ListingTypeBuilderImpl
java.lang.Object
cdm.product.collateral.ListingType.ListingTypeBuilderImpl
- All Implemented Interfaces:
ListingType,ListingType.ListingTypeBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ListingType
public static class ListingType.ListingTypeBuilderImpl
extends Object
implements ListingType.ListingTypeBuilder
Builder Implementation of ListingType
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.ListingType
ListingType.ListingTypeBuilder, ListingType.ListingTypeBuilderImpl, ListingType.ListingTypeImpl -
Field Summary
FieldsFields inherited from interface cdm.product.collateral.ListingType
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanRepresents a filter based on the Primary Stock Exchange facilitating the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds, and other Securities expressed in ISO standard 10383.getIndex()Represents a filter based on an index that measures a stock market, or a subset of a stock market.Represents a filter based on an industry sector defined under a system for classifying industry types such as Global Industry Classification Standard (GICS) and North American Industry Classification System (NAICS)booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setExchange(FieldWithMetaString _exchange) setExchangeValue(String _exchange) setSector(FieldWithMetaString _sector) setSectorValue(String _sector) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.collateral.ListingType
getType, metaData, processMethods inherited from interface cdm.product.collateral.ListingType.ListingTypeBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
exchange
-
sector
-
index
-
-
Constructor Details
-
ListingTypeBuilderImpl
public ListingTypeBuilderImpl()
-
-
Method Details
-
getExchange
@RosettaAttribute("exchange") @RuneAttribute("exchange") public FieldWithMetaString.FieldWithMetaStringBuilder getExchange()Description copied from interface:ListingTypeRepresents a filter based on the Primary Stock Exchange facilitating the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds, and other Securities expressed in ISO standard 10383.- Specified by:
getExchangein interfaceListingType- Specified by:
getExchangein interfaceListingType.ListingTypeBuilder
-
getOrCreateExchange
- Specified by:
getOrCreateExchangein interfaceListingType.ListingTypeBuilder
-
getSector
@RosettaAttribute("sector") @RuneAttribute("sector") public FieldWithMetaString.FieldWithMetaStringBuilder getSector()Description copied from interface:ListingTypeRepresents a filter based on an industry sector defined under a system for classifying industry types such as Global Industry Classification Standard (GICS) and North American Industry Classification System (NAICS)- Specified by:
getSectorin interfaceListingType- Specified by:
getSectorin interfaceListingType.ListingTypeBuilder
-
getOrCreateSector
- Specified by:
getOrCreateSectorin interfaceListingType.ListingTypeBuilder
-
getIndex
Description copied from interface:ListingTypeRepresents a filter based on an index that measures a stock market, or a subset of a stock market.- Specified by:
getIndexin interfaceListingType- Specified by:
getIndexin interfaceListingType.ListingTypeBuilder
-
getOrCreateIndex
- Specified by:
getOrCreateIndexin interfaceListingType.ListingTypeBuilder
-
setExchange
@RosettaAttribute("exchange") @RuneAttribute("exchange") public ListingType.ListingTypeBuilder setExchange(FieldWithMetaString _exchange) - Specified by:
setExchangein interfaceListingType.ListingTypeBuilder
-
setExchangeValue
- Specified by:
setExchangeValuein interfaceListingType.ListingTypeBuilder
-
setSector
@RosettaAttribute("sector") @RuneAttribute("sector") public ListingType.ListingTypeBuilder setSector(FieldWithMetaString _sector) - Specified by:
setSectorin interfaceListingType.ListingTypeBuilder
-
setSectorValue
- Specified by:
setSectorValuein interfaceListingType.ListingTypeBuilder
-
setIndex
@RosettaAttribute("index") @RuneAttribute("index") public ListingType.ListingTypeBuilder setIndex(Index _index) - Specified by:
setIndexin interfaceListingType.ListingTypeBuilder
-
build
Description copied from interface:ListingTypeBuild Methods- Specified by:
buildin interfaceListingType- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceListingType- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceListingType.ListingTypeBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ListingType.ListingTypeBuilder 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
-