Package cdm.event.common
Class Lineage.LineageImpl
java.lang.Object
cdm.event.common.Lineage.LineageImpl
- All Implemented Interfaces:
Lineage,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Lineage
Immutable Implementation of Lineage
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.Lineage
Lineage.LineageBuilder, Lineage.LineageBuilderImpl, Lineage.LineageImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends ReferenceWithMetaWorkflowStep> The reference to the instantiation of an Event object, either through a globalKey or an xml-derived id/href mechanism.List<? extends ReferenceWithMetaPortfolioState> The reference to the previous state of a Portfolio, in a chain of Events leading up to a build of that Portfolio as the holding of Product(s) in specific Quantity(ies).List<? extends ReferenceWithMetaTrade> Getter MethodsinthashCode()protected voidsetBuilderFields(Lineage.LineageBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
LineageImpl
-
-
Method Details
-
getTradeReference
@RosettaAttribute("tradeReference") @RuneAttribute("tradeReference") public List<? extends ReferenceWithMetaTrade> getTradeReference()Description copied from interface:LineageGetter Methods- Specified by:
getTradeReferencein interfaceLineage
-
getEventReference
@RosettaAttribute("eventReference") @RuneAttribute("eventReference") public List<? extends ReferenceWithMetaWorkflowStep> getEventReference()Description copied from interface:LineageThe reference to the instantiation of an Event object, either through a globalKey or an xml-derived id/href mechanism. The definition associated to the Lineage class provides more details with respect to those referencing approaches, their expected usage and available implementation.- Specified by:
getEventReferencein interfaceLineage
-
getPortfolioStateReference
@RosettaAttribute("portfolioStateReference") @RuneAttribute("portfolioStateReference") public List<? extends ReferenceWithMetaPortfolioState> getPortfolioStateReference()Description copied from interface:LineageThe reference to the previous state of a Portfolio, in a chain of Events leading up to a build of that Portfolio as the holding of Product(s) in specific Quantity(ies). As part of the PortfolioState object, a pointer to the previous PortfolioState is provided through a Lineage object, together with pointer(s) to the Event or set of Events leading up to the current (new) state.- Specified by:
getPortfolioStateReferencein interfaceLineage
-
build
Description copied from interface:LineageBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-