Package cdm.base.staticdata.identifier
Class IdentifiedList.IdentifiedListImpl
java.lang.Object
cdm.base.staticdata.identifier.IdentifiedList.IdentifiedListImpl
- All Implemented Interfaces:
IdentifiedList,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
IdentifiedList
Immutable Implementation of IdentifiedList
-
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.identifier.IdentifiedList
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
IdentifiedListImpl
-
-
Method Details
-
getListId
@RosettaAttribute(value="listId", isRequired=true) @RuneAttribute(value="listId", isRequired=true) public Identifier 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
-
getComponentId
@RosettaAttribute(value="componentId", isRequired=true) @RuneAttribute(value="componentId", isRequired=true) public List<? extends Identifier> 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
-
getPrice
Description copied from interface:IdentifiedListThe price of the package.- Specified by:
getPricein interfaceIdentifiedList
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfaceIdentifiedList
-
build
Description copied from interface:IdentifiedListBuild Methods- Specified by:
buildin interfaceIdentifiedList- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceIdentifiedList- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-