Package cdm.base.staticdata.identifier
Interface IdentifiedList.IdentifiedListBuilder
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,IdentifiedList,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
IdentifiedList.IdentifiedListBuilderImpl
- Enclosing interface:
IdentifiedList
public static interface IdentifiedList.IdentifiedListBuilder
extends IdentifiedList, com.rosetta.model.lib.RosettaModelObjectBuilder, com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.base.staticdata.identifier.IdentifiedList
IdentifiedList.IdentifiedListBuilder, IdentifiedList.IdentifiedListBuilderImpl, IdentifiedList.IdentifiedListImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.identifier.IdentifiedList
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddComponentId(Identifier componentId) addComponentId(Identifier componentId, int idx) addComponentId(List<? extends Identifier> componentId) List<? extends Identifier.IdentifierBuilder> Identifier(s) for each component of the list.The identifier for the list.com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetMeta()getOrCreateComponentId(int index) com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetPrice()The price of the package.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setComponentId(List<? extends Identifier> componentId) setListId(Identifier listId) setMeta(com.rosetta.model.metafields.MetaFields meta) Methods inherited from interface cdm.base.staticdata.identifier.IdentifiedList
build, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateListId
Identifier.IdentifierBuilder getOrCreateListId() -
getListId
Identifier.IdentifierBuilder getListId()Description copied from interface:IdentifiedListThe identifier for the list. In the case of a package transaction, this would be the package identifier. This attribute is mandatory to allow the list itself to be identified.- Specified by:
getListIdin interfaceIdentifiedList
-
getOrCreateComponentId
-
getComponentId
List<? extends Identifier.IdentifierBuilder> getComponentId()Description copied from interface:IdentifiedListIdentifier(s) for each component of the list. Since the data type is used to link multiple identified objects together, at least 1 component is required in the list at the inception of the Trade. As the trade progresses, this element is expected to contain multiple component Ids.- Specified by:
getComponentIdin interfaceIdentifiedList
-
getOrCreatePrice
Price.PriceBuilder getOrCreatePrice() -
getPrice
Price.PriceBuilder getPrice()Description copied from interface:IdentifiedListThe price of the package.- Specified by:
getPricein interfaceIdentifiedList
-
getOrCreateMeta
com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getOrCreateMeta()- Specified by:
getOrCreateMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
getMeta
com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder- Specified by:
getMetain interfaceIdentifiedList
-
setListId
-
addComponentId
-
addComponentId
-
addComponentId
-
setComponentId
-
setPrice
-
setMeta
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-