Class AssetLineage
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.AssetLineage
-
- All Implemented Interfaces:
Serializable
public class AssetLineage extends AssetPropertyElementBase
Lineage shows the origin of the connected asset. It covers:- Design lineage - the known data movement and data stores that can supply data to this asset.
- Operational lineage - showing the jobs that ran to create this asset
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetLineage()Typical constructor.AssetLineage(AssetLineage templateLineage)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
equals, hashCode
-
-
-
-
Constructor Detail
-
AssetLineage
public AssetLineage()
Typical constructor.
-
AssetLineage
public AssetLineage(AssetLineage templateLineage)
Copy/clone constructor.- Parameters:
templateLineage- lineage object to copy.
-
-