public class AssetLineage extends AssetPropertyBase
parentAsset| Modifier | Constructor and Description |
|---|---|
protected |
AssetLineage()
Default constructor
|
|
AssetLineage(AssetDescriptor parentAsset)
Typical constructor.
|
|
AssetLineage(AssetDescriptor parentAsset,
AssetLineage templateLineage)
Copy/clone constructor - the parentAsset is passed separately to the template because it is also
likely to be being cloned in the same operation and we want the lineage clone to point to the
asset clone and not the original asset.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Standard toString method.
|
equals, getParentAsset, getParentAssetName, getParentAssetTypeName, hashCodeprotected AssetLineage()
public AssetLineage(AssetDescriptor parentAsset)
parentAsset - description of the asset that this lineage is attached to.public AssetLineage(AssetDescriptor parentAsset, AssetLineage templateLineage)
parentAsset - description of the asset that this lineage is attached to.templateLineage - lineage object to copy.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.