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, getParentAssetTypeNamehashCodeprotected 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.public String toString()
toString in class AssetPropertyElementBaseCopyright © 2018–2020 ODPi. All rights reserved.