Package cdm.product.collateral
Class ListingExchange.ListingExchangeBuilderImpl
java.lang.Object
cdm.product.collateral.ListingExchange.ListingExchangeBuilderImpl
- All Implemented Interfaces:
ListingExchange,ListingExchange.ListingExchangeBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ListingExchange
public static class ListingExchange.ListingExchangeBuilderImpl
extends Object
implements ListingExchange.ListingExchangeBuilder
Builder Implementation of ListingExchange
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.ListingExchange
ListingExchange.ListingExchangeBuilder, ListingExchange.ListingExchangeBuilderImpl, ListingExchange.ListingExchangeImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface cdm.product.collateral.ListingExchange
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExchange(FieldWithMetaString _exchange) addExchange(FieldWithMetaString _exchange, int idx) addExchange(List<? extends FieldWithMetaString> exchanges) addExchangeValue(String _exchange) addExchangeValue(String _exchange, int idx) addExchangeValue(List<? extends String> exchanges) build()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.getOrCreateExchange(int index) booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setExchange(List<? extends FieldWithMetaString> exchanges) setExchangeValue(List<? extends String> exchanges) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.collateral.ListingExchange
getType, metaData, processMethods inherited from interface cdm.product.collateral.ListingExchange.ListingExchangeBuilder
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
-
-
Constructor Details
-
ListingExchangeBuilderImpl
public ListingExchangeBuilderImpl()
-
-
Method Details
-
getExchange
@RosettaAttribute("exchange") @Accessor(GETTER) @Required @Multi @RuneAttribute("exchange") public List<? extends FieldWithMetaString.FieldWithMetaStringBuilder> getExchange()Description copied from interface:ListingExchangeRepresents 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 interfaceListingExchange- Specified by:
getExchangein interfaceListingExchange.ListingExchangeBuilder
-
getOrCreateExchange
- Specified by:
getOrCreateExchangein interfaceListingExchange.ListingExchangeBuilder
-
addExchange
@RosettaAttribute("exchange") @Accessor(ADDER) @Required @Multi @RuneAttribute("exchange") public ListingExchange.ListingExchangeBuilder addExchange(FieldWithMetaString _exchange) - Specified by:
addExchangein interfaceListingExchange.ListingExchangeBuilder
-
addExchange
- Specified by:
addExchangein interfaceListingExchange.ListingExchangeBuilder
-
addExchangeValue
- Specified by:
addExchangeValuein interfaceListingExchange.ListingExchangeBuilder
-
addExchangeValue
- Specified by:
addExchangeValuein interfaceListingExchange.ListingExchangeBuilder
-
addExchange
public ListingExchange.ListingExchangeBuilder addExchange(List<? extends FieldWithMetaString> exchanges) - Specified by:
addExchangein interfaceListingExchange.ListingExchangeBuilder
-
setExchange
@RosettaAttribute("exchange") @Accessor(SETTER) @Required @Multi @RuneAttribute("exchange") public ListingExchange.ListingExchangeBuilder setExchange(List<? extends FieldWithMetaString> exchanges) - Specified by:
setExchangein interfaceListingExchange.ListingExchangeBuilder
-
addExchangeValue
- Specified by:
addExchangeValuein interfaceListingExchange.ListingExchangeBuilder
-
setExchangeValue
- Specified by:
setExchangeValuein interfaceListingExchange.ListingExchangeBuilder
-
build
Description copied from interface:ListingExchangeBuild Methods- Specified by:
buildin interfaceListingExchange- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceListingExchange- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceListingExchange.ListingExchangeBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ListingExchange.ListingExchangeBuilder 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
-